-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.css
127 lines (103 loc) · 1.54 KB
/
index.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
h1{ font-size: 45px;
text-align: left;
color: blue,
position: relative;
}
.image{
position: relative;
left: 0px;
padding: 50px;
}
*{
box-sizing: border-box;
}
.column{
float: left;
width: 33.33%;
padding: 3px;
}
.row::after{
content: "";
display: table;
clear: both;
}
.awa{
position: relative;
left:10px;
top: 8px;
float: left;
background-color: lightcyan;
width: 50vh;
padding: 5vh;
}
h2{
font-size: 40px;
color: green;
}
h3{
font-size: 45px;
color: orange;
}
.asset{
padding: 10px;
width:10px;
display: left;
float: left;
}
.strength p{
background-color: blue;
box-sizing: border-box;
color: white;
float: left;
padding: 20px;
position: relative;
left:200 px;
bottom:60px;
display: top;
position: relative;
}
body{
background-color: rgb(197, 194, 155);
}
h1{
font-size: 50px;
color:blue ;
margin: 70px;
}
.sector{
background-color: green;
padding: 10px;
text-align: left;
width: 800px;
margin: 50px;
color: white;
font-size: 25px;
}
.perform{
font-size: 22px;
width: 800px;
margin: 80px;
padding: 10px;
}
button{
background-color: orange;
font-size: 25px;
color: aliceblue;
margin: 20px;
padding: 10px;
}
.buttom{
width: 800px;
margin: 80px;
padding: 10px;
}
.bg{
background-color:
text-align: center;
margin: 30px;
}
img{
float: right;
width: 50%;
margin: 30px
}