-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (53 loc) · 898 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
html, body{
margin: 0;
background-color: #555555;
text-align: center;
}
.title{
margin-top: 50px;
font-family: Helvetica;
font-size: 45px;
color: white;
font-weight: bold;
}
.title a{
color: white;
font-weight: bold;
text-decoration: none;
}
.title a:active{
color: red;
font-weight: bold;
text-decoration: none;
}
.title-small{
margin-top: 50px;
margin-bottom: 25px;
margin-left: 100px;
font-family: Helvetica;
font-size: 45px;
color: white;
font-weight: bold;
text-align: left;
}
.container1{
text-align: left;
padding: 0 100px;
}
.demo1{
width: 130px;
height: 70px;
background-color: #222222;
display: inline-block;
line-height: 70px;
font-size: 30px;
font-family: Helvetica;
font-weight: bold;
text-align: center;
}
.demo2{
width: calc(100% - 200px);
margin-left: 100px;
height: 1px;
background-color: #222222;
}