-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (54 loc) · 929 Bytes
/
style.css
File metadata and controls
58 lines (54 loc) · 929 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
h3{
border: 5px solid cyan;
text-transform: uppercase;
padding-top: 15px;
padding-bottom: 15px;
}
h4{
border: 5px solid blue;
text-transform: uppercase;
text-align: right;
background: linear-gradient(to right,yellow,green);
}
li{
color: red;
}
.hello{
color: brown;
border: 5px solid purple;
}
.bit{
color: pink;
font-size: 20px;
}
.fagot {
color: cyan;
background: green;
margin: 10px;
}
.piano{
list-style: none;
font-size: 30px;
color: blue;
text-shadow: 4px 4px 3px red;
}
img{
width: 300px;
display: block;
margin: 10px;
}
.box{
border-top: 5px solid red;
border-bottom: 5px dashed cyan;
background-color: pink;
}
.frog{
opacity: 0.2;
}
input[type="text"]{
box-shadow: 4px 4px 3px cyan;
border: 4px solid red;
}
div {
margin: 30px 0;
}