Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Lucksi
GitHub Repository: Lucksi/Mr.Holmes
Path: blob/master/GUI/Css/Light/Ports.css
1071 views
1
/*ORIGINAL CREATOR: Luca Garofalo (Lucksi)
2
AUTHOR: Luca Garofalo (Lucksi)
3
Copyright (C) 2021-2023 Lucksi <[email protected]>
4
License: GNU General Public License v3.0*/
5
6
@import url("Style.css");
7
8
.Data {
9
display:table;
10
margin-right: auto;
11
margin-left: auto;
12
width: fit-content !important;
13
border: 3px solid;
14
border-color: #000000;
15
background-color: #5983e663;
16
border-radius: 10px;
17
}
18
19
.Data p {
20
text-align: center;
21
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
22
font-size: medium;
23
color: #000000;
24
}
25
26
@media only screen and (min-width: 200px) and (max-width: 711px) {
27
28
.Data p {
29
font-size: 14px;
30
}
31
}
32