-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
110 lines (95 loc) · 1.75 KB
/
style.css
File metadata and controls
110 lines (95 loc) · 1.75 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
body{
margin: 0;
padding: 0;
background-color: white;
background-size: cover;
}
.box{
width: fit-content;
background: white;
padding: 40px;
text-align: center;
margin: auto;
margin-top: 0%;
color: white;
font-family: 'Century Gothic',sans-serif;
}
.box-img{
background-color: white;
border-radius: 50%;
width: 500px;
height: 480px;
}
.box h1{
font-size: 40px;
letter-spacing: 4px;
font-weight: 100;
color: black;
}
.box h5{
font-size: 20px;
letter-spacing: 3px;
font-weight: 100;
color: black;
}
.box p{
text-align: justify;
color: black;
font-size: 30px;
padding-top: 10px;
}
.box li a:hover{
color: #b9b9b9;
}
hr{
border-top: 1px;
}
.box2 h2{
padding-left: 200px;
padding-top: 50px;
}
.box2 p{
font-size: 20px;
padding-left: 450px;
padding-top: 0px;
align-content: flex-start;
padding-bottom: 40px;
}
.box3 h2{
text-align: center;
font-size: 50px;
padding-top: 20px;
}
.box3 ul{
align-content: center;
}
.box3 li{
display: inline-block;
align-content: center;
margin: 40px;
align-items: unset;
padding-top: 40px;
padding-bottom: 100px;
}
.box3 li a{
color: grey;
font-size: 180px;
transition: all ease-in-out 250ms;
}
.form{
align-items: center;
padding-left: 35%;
padding-bottom: 200px;
}
.box4 h2{
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
font-size: 50px;
}
.box5 {
text-align: center;
}
.box5 h3 p a {
border-radius: 5px;
}