-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
99 lines (99 loc) · 1.97 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
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
91
92
93
94
95
96
97
98
99
body {
margin:0;
background-image: url('assets/home/background.png');
background-size: cover;
background-attachment: fixed;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -30%);
}
p, #customers{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.vw;
text-align: center;
font-weight: bold;
box-sizing: border-box;
color: white;
}
p1{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.vw;
text-align: center;
font-weight: bold;
box-sizing: border-box;
color: white;
outline: white solid 2px;
}
.blog
{
padding: 6vw ;
padding-top: 5vw;
}
.sidebar{
background-size: 100%;
height:100vh ; width:20% ; float:left;
}
.home-container{
background-size: contain;
float: left ;
width: 48vw ;
height: 25vw;
background-repeat: no-repeat;
position: relative;
}
.hometext{
padding: 3% ;
padding-right: 1% ;
padding-left: 50px
}
.mainbar{
background-color: darkslategray;
background-size: 100%;
width:50% ; float:left;
border-radius: 20px;
padding-top: 100px;
padding-left: 100px ;
padding-right: 100px
}
@font-face {
font-family: UBUNTU-LIGHT;
src: url(fonts/UBUNTU-LIGHT.ttf);
}
@font-face {
font-family: UBUNTU-MEDIUM;
src: url(fonts/Ubuntu-Medium.ttf);
}
#customers {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#customers td, .customers th {
border: 3px solid #ddd;
padding: 5px;
color: white;
padding: 5pz;
padding-left:
}
#customers tr:nth-child(even){}
#customers tr:hover {background-color: gray;}
#customers th {
padding-top: 10px;
padding-bottom: 12px;
background-color: darkcyan;
color: white;
}
.item-container{
background-image: url('assets/chart/icons/container.png');
background-repeat: no-repeat;
background-position: center;
padding: 10px ;
}
.titlewide{
padding-top: 100px ;
padding-bottom: vw ;
height: 256px ; width: 512px;
}