-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
118 lines (71 loc) · 1.22 KB
/
style.css
File metadata and controls
118 lines (71 loc) · 1.22 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
/*selector {
property: value;
}*/
*{
/*cursor: progress;*/
}
body{
background-image: url(https://images.unsplash.com/photo-1528459801416-a9e53bbf4e17?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1012&q=80);
/* background-image: url(photo-1512386233331-f023884a92e8.avif);*/
background-size: cover;
cursor: pointer;
}
li {
color: #423075;
list-style: none;
display: inline-block;
}
#div2{
text-align: center;
}
h2 {
color: fuchsia;
border: 2px dashed rgba(255, 0, 0, 0.3);
display: inline-block;
}
img{
float: right;
}
footer{
clear: both;
text-align: center;
}
#div1 {
background-color: rgba(0,255,0,0.1);
}
.paragraph:first-child {
color: darkred;
text-align: left;
}
.two{
color: rgba(0,0,255,0.6);
}
h1{
color:yellow;
}
h1 p {
color: gray;
}
h1 > p {
color: black;
}
h1 + p:hover {
color: blue;
}
/*p{
color:red !important;
}*/
p{
color: olive;
/* font-family: Georgia, "Times New Roman";*/
font-family: 'East Sea Dokdo', cursive;
font-style: italic;
/* font-size: 105%;*/
font-size: 20px;
/*font-weight: bold;*/
font-weight: 200;
line-height: 30px;
/*text-decoration: blink;*/
/*text-decoration: underline;*/
text-transform: capitalize;
}