-
Notifications
You must be signed in to change notification settings - Fork 1
/
vlog2.css
66 lines (59 loc) · 1.09 KB
/
vlog2.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
body{
background-position: center;
background-attachment: fixed;
background-size: cover;
margin: 0px;
}
#p2{
color: black;
.odd{
color: blue;
font-style: italic;
font-size: 30px;
font-weight: bolder;
text-decoration: dotted underline;
border-style: inset;
}
border-width: 5px;
border-radius: 10px;
padding: 5px;
background: linear-gradient(skyblue,lightblue);
background-repeat: no-repeat;
background-attachment: fixed;
}
}
.even{
color: green;
font-style: italic;
font-size: 30px;
font-weight: bolder;
text-decoration: underline;
background: linear-gradient(skyblue,lightblue);
background-repeat: no-repeat;
background-attachment: fixed;
}
}
h1{
border-top-style: dotted;
border-bottom-style:dotted ;
border-left-style:double ;
border-right-style: double;
}
#box1{
border: 5px solid;
width: 250px;
height: 250px;
font-size: 12px;
background-color: yellowgreen;
margin-left: auto;
#box2{
border: 5px solid;
width: 200px;
height: 200px;
font-size: 25px;
background-color: skyblue;
margin-top: 50px;
margin-left: 50px ;
margin-bottom: 50px;
}
}