-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwanted.css
69 lines (66 loc) · 881 Bytes
/
wanted.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
nav {
float: left;
font-size:22px;
}
aside {
float: right;
}
header {
font-size: 38px;
text-align: center;
}
* {
font-family: impact;
}
header{
background-color: black;
color: darkred;
border-radius: 10px;
}
aside {
width: 30%;
vertical-align: top;
float: right;
background-color:;
font-size: 75px;
float: right;
margin: 0 1.5%;
top: 18%;
left: 67%;
position: absolute;
z-index: 9000;
}
img {
width: 30%;
height: auto;
width: auto\9;
margin: 0px 50px;
border-radius: 30px;
}
article {
padding-left: 250px;
font-size: 22px;
}
h3 {
font-size: 35px;
color: darkred;
}
.form {
font-size: 20px;
}
footer {
font-size: 25px;
text-align: center;
}
body {
background: linear-gradient(gray, white);
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover{
color: goldenrod;
}