-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
119 lines (101 loc) · 1.91 KB
/
Copy pathstyle.css
File metadata and controls
119 lines (101 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
* {
font-family: "Questrial", sans-serif;
}
.box1 {
position: absolute;
height: 505px;
width: 505px;
/* background-color: red; */
border-style: solid;
border-color: #FD5B2F;
border-width: 3px;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom: none;
margin-top: 10vh;
margin-left: 7vw;
}
#container {
padding-top: 10vh;
padding-left: 7vw;
display:flex;
}
#big {
height: 700px;
border-top-right-radius: 500px;
border-top-left-radius: 500px;
padding: 10px;
border-bottom: 2px solid transparent;
}
#calendar {
margin:0;
padding:0;
position: relative;
left: -115px;
top: 57vh;
height: 180px;
width: 180px;
}
#text-container {
position: relative;
margin: 0;
padding-right: 7vw;
padding-top: 17vh;
}
#pretitle {
margin:0;
padding:0;
padding-bottom: 27px;
color: #FD5B2F;
font-style: normal;
font-size: 22px;
font-weight: 400;
letter-spacing: 2px;
}
#title {
margin:0;
padding:0;
font-style: normal;
font-weight: 400;
font-size: 60px;
padding-bottom: 40px;
letter-spacing: 2px;
}
#talk {
margin:0;
padding:0;
padding-right: 7vw;
line-height: 2;
line-width: 2;
font-weight: 400;
font-size: 17px;
padding-bottom: 40px;
}
#button1{
height: 50px;
width: 200px;
margin-right: 40px;
font-size: 18px;
border-radius: 6px;
border-color: transparent;
background-color: #FD5B2F;
color: white;
cursor: pointer;
outline: none;
}
#button2{
background:url('img/button-icon.png') no-repeat left center;
height: 50px;
width: 200px;
padding-left: 40px;
font-size: 18px;
border-radius: 6px;
background-color: transparent;
color:#FD5B2F;
cursor: pointer;
border-color: transparent;
outline: none;
}
#cng {
padding-left: 360px;
}