-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsecond.css
More file actions
47 lines (47 loc) · 1.17 KB
/
second.css
File metadata and controls
47 lines (47 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
<style>
img {
margin-left: 25px;
}
span{
margin-left: 200px;
color: red;
font-size:50px;
}
tele{
background-color: blue;
}
text{
background-color: cornflowerblue;
color: cornsilk;
font-size: 350px;
}
button{
margin-left: 600px;
text-align: center;
background-color: rgb(247, 152, 11);
border-radius: 25px;
padding: 25px;
color: seashell;
}
td{
text-align: left;
}
a{
margin-left: 10px;
color: black;
}
div{
padding: 10px;
color: white;
background-color: red;
height: 50px;
text-align: center;
}
#pic1{
height: 600px;
width: 1300px;
}
i{
margin-left: 100px;
}
</style>