-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
84 lines (82 loc) · 1.44 KB
/
style.css
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
#logo{
width: 170px;
height: 170px;
display: block;
margin-right: auto;
margin-left: auto;
border: none;
}
h1{
font-size: 50px;
text-align: center;
font-family: 'Montserrat Alternates', sans-serif;
color: #232323;
position: static;
margin: 0px;
}
img{
width: 180px;
height: 380px;
border-radius: 10px;
margin-right: 5px;
}
button{
height: 60px;
width: 300px;
font-size: 15px;
background-color: #1BD000;
color: white;
border-radius: 10px;
display: block;
margin-right: auto;
margin-left: auto;
}
p{
font-family: 'Montserrat Alternates', sans-serif;
color: #232323;
}
li{
font-family: 'Montserrat Alternates', sans-serif;
color: #232323;
}
h2{
font-family: 'Montserrat Alternates', sans-serif;
color: #232323;
}
button:hover{
text-decoration: underline;
background-color: #1BC000;
}
h3{
text-align: center;
font-family: 'Merienda', cursive;
color: #232323;
}
html{
background: #f0f0f0;
}
.scroll{
overflow: auto hidden;
white-space: nowrap;
}
a{
text-decoration: none;
}
.wrap{
max-width: 801px;
padding: 0 15px;
margin: 0 auto;
}
video{
width: 180px;
height: 380px;
border-radius: 10px;
margin-right: 5px;
z-index: 1;
}
#mail{
color: #232323;
}
#mail:hover{
text-decoration: underline;
}