-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
90 lines (84 loc) · 1.65 KB
/
style.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
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color:rgb(7, 7, 7);
}h1 {
color:white;
font-size: 80px;
text-align: center;
text-decoration: underline;
text-decoration-color: rgb(195, 7, 63);
}div.a{
color:grey;
font-size: 30px;
text-align: center;
margin-right: 80;
margin-left: 80;
}
img {
height:400px;
margin-top: 35px;
margin-bottom: 30px;
border-radius: 45px;
border: 1px solid #6f2232;
border-width: 3px;
padding: 1px;
}h2{
color: rgb(225, 37, 93);
font-size: 50px;
margin-right: 50;
margin-left: 50;
text-decoration: underline;
}
h3{
color:rgb(149, 7, 64);
font-size: 35px;
margin-right: 50;
margin-left: 50;
margin-top:40px;
}h4{
color:rgb(149, 7, 64);
font-size: 35px;
margin-right: 50;
margin-left: 50;
margin-top:-40px;
}
p{
color: rgb(188, 188, 190);
margin-right: 50;
margin-left: 50;
text-align: justify;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.img1 {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
border: 2px solid #6f2232;
border-width: 4px;
padding: 10px;
height: 250px;
margin-top:-15px;
}.underline {
border-bottom: 4px solid rgb(195, 7, 63);
line-height: 1;
text-align: center;
border-collapse: separate;
text-decoration: none;
}
table, th, td {
border: 1px solid #c3073f;
text-align: center;
font-size: 15px;
color: grey;
margin-left: 350px;
}
.image-1 {
width: 100px;
height: 100px;
}