-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvada.css
More file actions
58 lines (40 loc) · 668 Bytes
/
vada.css
File metadata and controls
58 lines (40 loc) · 668 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
h1{
color: darkorchid;
background: red;
border: 2px solid rgb(0,255,0);
/*border: rgb(0,255,0);
border-width: 2px;
border-style: solid;
*/
}
body{
background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRllzEO9J7ASavQ8V5GOCrhoYQ2T_8IYY38X0hJgtbSZV6_iTS1) ;
background-size: cover;
}
p{
color: pink;
}
#maami {
background: blue;
color: yellow;
padding:20px 1px 20px 100px ;
border: 6px solid green;
}
.mama{
border: 3px solid blue;
}
a : link {
color: blue;
}
a: visited {
color: yellow;
}
ul h1{
border: 10px dashed green;
}
li[type="text"]{
border: 20px dashed blue;
}
a:nth-of-type(2){
border: 20px dashed red;
}