-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
85 lines (74 loc) · 1.17 KB
/
style.css
File metadata and controls
85 lines (74 loc) · 1.17 KB
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
h1{
font-size: 50px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
width:1000px;
border:300px solid red;
text-align: center;
left:10px;
}
#food{
background-color: red;
width: 500px;
height: 500px;
top: 10px;
left: 10px;
position: relative;
text-align: center;
font-size: 50px;
float:left;
}
#education
{
background-color: red;
width:500px;
height: 500px;
top: 10px;
left: 10px;
position: relative;
text-align: center;
font-size: 50px;
float:left;
padding: 20px;
}
#pa{
background-color:blue;
width: 500px;
height: 500px;
top: 5px;
left: 10px;
position: relative;
font-size: 60px;
display: inline;
bottom: 10px;
}
#topten{
background-color: green;
width: 500px;
height: 500px;
top: 10px;
left: 10px;
position: relative;
text-align: center;
font-size: 50px;
float :left;
padding: 20px;
margin-left: 100px;
}
#imgg{
width:300px;
height:300px;
display: block;
position: relative;
top: 10px;
right:100px;
left:450px;
}
#para{
background-color:pink;
top: 5px;
left: 500px;
position: relative;
font-size: 30px;
display: inline;
text-align: right;
}