-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
113 lines (92 loc) · 1.35 KB
/
styles.css
File metadata and controls
113 lines (92 loc) · 1.35 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
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
102
103
104
105
106
107
108
109
110
111
112
113
body {
font-family: 'Titillium Web', sans-serif;
background-color: lightgray;
}
h2, p, .readme-wrapper {
text-align: center;
color: brown;
}
.boxes {
display: block;
margin: 50px;
padding: 2em;
border: solid;
border-radius: 50px;
width: 20%;
}
/*
.readme-wrapper {
color: azure;
background-color: blueviolet;
text-align: center;
text-decoration: none;
}
*/
a, a:link, a:visited {
color: hotpink;
text-align: center;
text-decoration: none;
}
a:hover {
color: blue;
}
.red-20 {
color: red;
font-size: 2em;
}
#box1 {
background-color: aqua;
}
#box2 {
background-color: red;
position: relative;
}
#box3 {
background-color: gold;
}
#box4 {
background-color: orange;
}
.bkimg {
width: 2em;
height: 2em;
background-color: blueviolet;
bottom: 146px;
right: 23px;
display: inline-block;
margin-right: 5px;
}
/*
h1 {
color: seagreen;
}
*/
.h1-class {
color: rgb(211, 146, 48);
}
.h1-class2 {
color: brown;
}
#show1 {
color: aqua;
}
#show2 {
color: rgb(65, 15, 182);
}
#show3 {
color: rgb(41, 175, 63);
}
#show4 {
color: rgb(197, 58, 190);
}
#show5 {
color: rgb(169, 189, 116);
}
.ol-border {
display: block;
border: solid;
margin: 50px;
padding: 1em;
width: 20%;
border-width: 2px;
}