-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (36 loc) · 762 Bytes
/
style.css
File metadata and controls
43 lines (36 loc) · 762 Bytes
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
.css-preview-wrapper {
padding: 30px;
border: solid;
background-color: #bc8f8f
}
p {
color: black;
font-weight: bold;
font-size: 14pt;
font-family: 'Josefin Sans', sans-serif;
text-align: justify;
text-justify: auto;
text-decoration: underline;
text-transform: lowercase;
line-height: 18pt;
font-style: normal;
font-weight: bold;
margin-top: 55px;
padding-left: 20px;
border-style: solid;
float: right;
}
ul{
color: black;
font-weight: bold;
font-size: 14pt;
font-family: 'Josefin Sans', sans-serif;
text-align: justify;
text-justify: auto;
text-decoration: underline;
text-transform: lowercase;
float: right;
}
blockquote {
visibility: none;
}