-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
59 lines (58 loc) · 1.14 KB
/
styles.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
h1{
color: red;
}
*{
font-family: 'Poppins', sans-serif;
/* background-image: url(../img/stephanie-leblanc.jpg); */
/* background-repeat: no-repeat; */
/* background-size: cover; */
}
.text-center{
text-align: center;
vertical-align: middle;
}
.bordercls
{
border-radius: 10px;
border-color: greenyellow;
border-style: dashed;
border-width: 2px;
height: 50px;
}
.btn-button{
border-radius: 2px;
border-color: blue;
border-style: dotted;
border-width: 2px;
}
p{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: 100;
font-style: italic;
font-size: 20px;
}
.container{
background-color: gray;
display: inline-block;
}
table{
border-color: white;
border-style: solid;
border-width: 2px;
border-radius: 1px;
background-color: black;
margin-left:3px;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 35px;
}
thead{
color: red;
background-color: green;
padding: 10px;
}
tbody{
color: blueviolet;
background-color: yellowgreen;
padding: 5px;
}