-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (59 loc) · 996 Bytes
/
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
body {
background-color: black;
color: white;
}
a {
text-decoration: none;
}
.bodydiv {
text-align: center;
font-family: sans-serif;
width: 375px;
margin: auto;
}
h1 {
color: red;
font-weight: bold;
font-family: Verdana;
background-color: #303030;
margin: 15px;
border: solid 5px #303030;
border-radius: 100px;
padding-bottom: 2px;
}
.comingsoon {
font-size: 40px;
font-weight: bolder;
color: yellow;
font-family: "Courier New", monospace;
}
.description {
text-align: left;
margin: 15px;
border: solid 4px purple;
padding: 12px;
background-color: #2b0132;
}
.proinfo {
text-align: left;
margin: 35px 15px 55px;
border: solid 2px green;
border-radius: 5px;
padding: 10px;
background-color: #003300;
}
h3 {
margin-top: 65px;
color: cyan;
}
.contacts {
height: 30px;
width: 30px;
}
.credit {
margin-top: 30px;
font-size: 25px;
font-weight: normal;
color: greenyellow;
font-family: "Brush Script MT", cursive;
}