-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyl1.css
86 lines (56 loc) · 942 Bytes
/
styl1.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
body{
background-color: black;
}
h2{
color: lightskyblue;
font-family: 'Permanent Marker', cursive;
}
p{
color: linen;
font-family: 'Permanent Marker', cursive;
line-height: 3;
font-size: 20px;
}
img{
width:400px ;
height: 300px;
}
.image_div{
padding: 30px;
margin: 20px;
}
.intro{
padding-top: 0%;
width: 50%;
float: left;
margin:60px 20px auto 10px;
}
.imge{
width: 50%;
height: 300px;
margin-left: 55%;
}
.mid{
padding: 50px;
margin: 30px;
width: 50%;
height: 900px;
}
.in{
margin-top: 0%;
margin-left: 50%;
position:absolute;
padding: 20px;
float: right;
}
a{
color:rgb(34, 209, 209);
margin: 30px;
text-decoration: lime;
}
a:hover{
color:plum;
}
h4{
color:rgb(14, 174, 214);
}