-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathview_style.css
87 lines (76 loc) · 1.41 KB
/
view_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
* {
margin: 0;
padding: 0;
}
body {
background-image: url(sudo.jpg);
width:cover;
height:cover;
display: flex;
justify-content:center;
align-items:center;
transform:translate(5%,0%);
}
ul,
li {
list-style: none
}
.table-body {
background-color: white;
border: #000000;
color: black;
margin-top:10px;
height:650px;
}
.every {
background-color: black;
width: 600px;
height:670px;
margin: 0 auto;
border:1px solid white;
border-radius: 10px;
padding:15px;
transform:translate(0%,10%)
}
.every ul{display:flex;padding:10px;}
.every .label{width:100px;}
.every .description{width:calc(100% - 100px);}
h2 {
color: white;
}
button{
padding: 10px 18px;
/*background: #7F00FF;*/
border:1px solid black;
border-color: #000000;
color: black;
border-radius: 30px;
font-size: 15px;
text-decoration: none;
font-weight: bold;
transform:translate(-950%,1100%);
}
.ohyeah{
padding: 10px 18px;
/*background: #7F00FF;*/
border:1px solid black;
border-color: #000000;
color: black;
border-radius: 30px;
font-size: 15px;
text-decoration: none;
font-weight: bold;
transform:translate(-650%,1100%);
}
.hellyeah{
padding: 10px 18px;
/*background: #7F00FF;*/
border:1px solid black;
border-color: #000000;
color: black;
border-radius: 30px;
font-size: 15px;
text-decoration: none;
font-weight: bold;
transform:translate(-1450%,1100%);
}