-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
92 lines (79 loc) · 1.55 KB
/
main.css
File metadata and controls
92 lines (79 loc) · 1.55 KB
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
body {
font-family: "Comic Sans MS";
margin: auto;
height: 100vh;
background-image: radial-gradient(circle,rgba(44, 0, 112, 0.5) 0%, rgba(44, 0, 112, 1) 100%), url("assets/bg_grid1.webp");
background-overflow: hidden;
}
.divcenter {
display: flex;
justify-content: center;
}
.logocenter {
text-align: center;
}
.arttextcenter {
text-align: center;
margin-right: 80px;
margin-top: -15px;
font-size: 12px;
}
.boxdiv {
width: auto;
height: auto;
padding: 10px;
border: 5px solid #90dddc;
border-radius: 15px;
background-color: rgba(197, 244, 244, 0.8);
}
.boxdivxmpp {
width: 830px;
height: auto;
padding: 10px;
border: 5px solid #90dddc;
border-radius: 15px;
background-color: rgba(197, 244, 244, 0.8);
}
.boxheader {
width: 450px;
height: 15px;
padding: 10px;
border: 3px solid #90dddc;
border-radius: 15px;
background-color: rgba(197, 244, 244, 0.8);
}
.boxfooter {
width: 780px;
height: auto;
padding: 10px;
border: 3px solid #90dddc;
border-radius: 15px;
background-color: rgba(197, 244, 244, 0.8);
}
.headertextcenter {
text-align: center;
margin-top: -6px;
}
.text {
float: left;
margin-left: 15px;
}
.images {
float: right;
margin-right: -60px;
padding: 22px 0;
}
.logoimage {
width: 48px;
}
.contructiontext {
width: 70px;
}
.constructioncenter {
position: absolute;
text-align: center;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}