-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathone.css
More file actions
48 lines (44 loc) · 940 Bytes
/
Copy pathone.css
File metadata and controls
48 lines (44 loc) · 940 Bytes
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
.three{
background: #c94b4b; background: -webkit-linear-gradient(to right, #4b134f, #c94b4b);
background: linear-gradient(to right, #4b134f, #c94b4b);
}
.img{
border: 8px solid #B048B5;
border-radius: 13px;
margin-left: 25%;
margin-right: 25%;
width: 50%;
}
.myTable {
width: 30%;
text-align: center;
background-color: lemonchiffon;
border-collapse: collapse;
font-family: 'Turret Road', cursive;
margin-left: 25%;
margin-right: 25%;
width: 50%;
}
.myTable th {
background-color: goldenrod;
color: white;
}
.myTable td,
.myTable th {
padding: 10px;
border: 1px solid goldenrod;
}
.one{
text-align:center;
font-family: 'PT Serif', serif;
font-size: 40px;
font-weight: bold;
color:white;
}
.two{
text-align: center;
font-family: 'PT Serif', serif;
font-size: 25px;
font-weight: bold;
color:white;
}