-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirst.css
More file actions
56 lines (51 loc) · 984 Bytes
/
first.css
File metadata and controls
56 lines (51 loc) · 984 Bytes
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
body {
background-color: white;
}
#title {
text-align: center;
color: black;
border-bottom: 10px solid black;
border-top: 10px solid black;
padding-top: 70px;
padding-bottom: 70px;
vertical-align: middle;
margin-top: 15%;
/*background-color: rgb(91, 91, 218);*/
}
.title_font {
font-family: 'Syncopate';
font-weight: 900;
font-size: 80px;
/*font-family: 'Nanum Gothic', sans-serif;*/
}
.click button:hover {
background-color: black;
padding: 30px;
color: white;
}
.click {
margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}
.font {
font-family: 'Syncopate';
font-weight: 900;
font-size: 50px;
color: black;
border: 7px solid black;
background-color: white;
border-radius: 50px;
padding: 30px;
}
a {
text-decoration-line: none;
color: black;
font-family: 'Syncopate';
}
a:hover {
color: rgb(28, 137, 28);
}
.madeBy {
text-align: center;
}