-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (61 loc) · 1.37 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
67
68
69
70
71
72
73
74
75
76
77
78
ol {
margin-left: -40px;
margin-top: -20px;
list-style-position: inside;
}
/* Write your CSS below, don't change the rules above. */
h1 {
text-transform: uppercase;
font-size: 2rem;
font-family: "libre-baskerville-bold";
}
h1[value="1"]{color: #43766C; background-color:#B19470}
.note{font-size: 20px}
#id-selector-demo{color: green}
li[value="4"]{color: blue}
.align{text-align: center;}
img[value="gmprofile"]{align-: center;
height: 120px;
width: 120px;
margin-left: auto;
margin-right: auto;
display: block;
border: solid 4px #B19470
}
html{background-color: #481E14}
*{color: #B19470}
.roboto-mono {
font-family: "Roboto Mono", monospace;
font-optical-sizing: auto;
font-weight: 40px;
font-style: normal;
}
.left{
float: left;
}
.poster{
text-align: center;
color: #B19470;
margin-left: 25px;
margin-top: 20px;
}
.intro_img{
border: 5px solid #B19470;
width: 40%;
}
.intro{
text-align: center;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.poster > p{
font-weight:bold;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-stretch: expanded;
font-style: italic;
}
/* .poster h1{
text-align: justify;
} */
.quote-highlight{
color: rgb(111, 143, 52);
}