-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
74 lines (65 loc) · 1.13 KB
/
Copy pathstyles.css
File metadata and controls
74 lines (65 loc) · 1.13 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
body{
color: white;
background-image: url("images/backgound.jpg");
background-size: cover;
}
a{
color: gold;
text-decoration: none;
}
.first{
display: inline-block;
text-decoration-line: none;
}
.second{
display: inline-block;
text-align: center;
position: relative;
left: 300px;
}
.third{
display: inline-block;
text-align: center;
position: relative;
left: 350px;
}
.fourth{
text-align: center;
display: inline-block;
position: relative;
top : 330px;
right: 100px;
}
.fifth{
color: pink;
display: inline-block;
text-align: center;
position: relative;
left: 300px;
font-size: 20px;
}
.fa-instagram{
color: crimson;
font-size: 40px;
padding: 20px;
}
.fa-facebook{
color: rgb(7, 83, 247);
font-size: 40px;
}
table{
border-spacing: 20px;
}
.text1{
font-size: 25px;
color: powderblue;
text-align: center;
}
.text2{
font-size: 20px;
}
.name{
font-size: 30px;
color: teal;
font-family: 'Courier New', Courier, monospace;
}