-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
71 lines (70 loc) · 1.76 KB
/
styles.css
File metadata and controls
71 lines (70 loc) · 1.76 KB
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
body {
background-color: rgb(243, 255, 216);
}
div {
border-style: double;
border-width: 5px;
padding: 2% 2%;
border-color: rgb(32, 145, 88);
font-size: 100px;
color: rgb(210, 255, 126);
outline-style: solid;
outline-color: rgb(2, 2, 1);
background-color: rgb(50, 50, 134);
font-weight: 900;
border-radius: 30px;
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.underlinebottom {
text-decoration-line: underline;
text-decoration-style:solid;
text-decoration-color: rgb(223, 210, 219);
}
.headings {
font-size: 50px;
text-align: center;
text-decoration:underline;
text-decoration-style: solid;
text-decoration-color: rgb(46, 16, 16);
color: rgb(0, 0, 0);
background-color: rgb(248, 248, 229);
width: 1500px;
margin: 1px 50px 3px 80px;
border-radius: 20px;
border-color: rgb(22, 56, 42);
border-style: solid;
padding-bottom: 8px;
border-width: 2px;
font-weight: bold;
}
.ulist {
font-family: 'Courier New', Courier, monospace;
background-color: rgb(63, 60, 60);
border-radius: 30px;
width: 500px;
color: white;
font-weight: 400;
}
.ulist1 {
font-family: 'Courier New', Courier, monospace;
background-color: rgb(63, 60, 44);
border-radius: 20px;
border-color: rgb(161, 47, 27);
border-style: solid;
border-width: 1px;
width: 800px;
color: white;
font-weight: 400;
}
.button {
width: 100px;
border-radius: 12px;
background-color: rgb(172, 133, 75);
color: white;
font-size: 20px;
font-family:Verdana, Geneva, Tahoma, sans-serif;
height: 30px;
font-style: oblique;
outline: auto;
}