-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
101 lines (86 loc) · 1.58 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
@charset "UTF-8";
* {
padding: 0px;
margin: 0px;
}
header {
background-image: url(imgs/back.jpg);
background-size: cover;
overflow: hidden;
height: 630px;
}
h1 {
font-family: sans-serif;
font-weight: bold;
font-size: 1.5rem;
color: white;
text-decoration: none;
padding: 15px;
background-color: #442706;
}
a:hover {
background-color: #D1760D;
margin-right: 10px;
}
nav {
text-align: center;
background-color: black;
height: 7%;
/* border-bottom: 3px solid #D1760D; */
}
#subscribe {
background-color: #d1760d6c;
height: 65%;
width: 20%;
float: right;
padding: 20px;
margin-top: 80px;
margin-right: 80px;
border-radius: 15px 0px 15px 0px;
}
#substitle {
text-align: center;
font-family: sans-serif;
font-weight: bold;
}
input, select {
margin-top: 15px;
padding: 10px;
width: 100%;
box-sizing: border-box;
}
input[type='submit'] {
font-family: sans-serif;
font-weight: bolder;
font-size: 1.5rem;
color: white;
background-color: #442706;
}
p {
text-align: justify;
}
#sb {
font-size: 1.2rem;
color: white;
}
#adm {
height: 650px;
margin: 20px;
float: left;
}
#description {
padding: 20px;
}
#description h2 {
text-align: center;
font-size: 1.8rem;
font-family: sans-serif;
}
#description P {
margin-bottom: 15px;
}
footer {
text-align: center;
background-color: black;
color: white;
}