-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (55 loc) · 1.23 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
body{
background-color: antiquewhite;
}
.wel{
padding: 30px;
margin: 30px 50px;
border: 5px double #4be911;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
p{
font-size: 18px;
font-family: 'Times New Roman', Times, serif;
}
.continer{
padding: 20px;
margin: 30px 50px;
border-top: 1px solid red;
border-bottom: 1px solid red;
}
.btndiv{
padding: 20px;
margin: 30px 50px;
}
.btnspan{
padding: 0px 20px 0px 0px;
}
.btnspan a{
padding: 0px 20px 0px 0px;
font-size: 18px;
text-decoration: none;
color: rgb(30, 30, 247);
font-weight: bold;
}
.btnspan a: hover{
border: 2px solid red;
font-weight: 800;
background-color: rgb(249, 245, 241);
padding: 10px;
}
.btnbody{
text-align: center;
border: 2px solid red;
background-color: rgb(255, 255, 255);
max-width: 100px;
padding: 10px;
margin: 10px;
}
.btnbody>a{
text-decoration: none;
color: red;
font-size: 18px;
font-weight: 550;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}