This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnStyle.css
103 lines (95 loc) · 1.5 KB
/
nStyle.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
100
101
102
#Nicola-Red{
background-color: #e60005;
}
#Nicola-Green{
background-color: #02e307;
}
#Nicola-Pink{
background-color: #b328bd;
}
#Nicola-Font-Color{
color: white;
}
#Nicola-Font-Color:hover{
color: cyan;
text-decoration: underline;
}
.Nicola-Grey{
margin: 10px;
background-color: lightgray;
}
.Nicola-White{
background-color: white;
}
.Nicola-Margin-Top{
margin-top: 15% ;
}
.Nicola-Margin-Left{
margin-Left: 20% ;
list-style-type: none;
}
.Nicola-Margin-Right{
margin-right: 10% ;
}
.Nicola-Padding-Top{
padding-top: 10%;
}
.Nicola-Comment{
margin-top: 3em;
margin-left: 5px;
margin-bottom: 0;
padding: 5px;
}
.Nicola-Ul{
list-style-type: none;
}
.Nicola-Button{
max-width: 30%;
display: block;
}
.N-P{
max-width: 100%;
flex-grow: 1;
flex-basis: 40%;
}
.Nicola-Flex{
display: flex;
flex-wrap: nowrap;
justify-content: center;
}
.N-Bar{
max-width: 100%;
flex-grow: 1;
}
.Nicola-Flex-Col{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
}
.N-80{
max-width: 80%;
flex-grow: 1;
width: 80%;
}
.N-100{
max-width: 100%;
flex-grow: 1;
width: 100%;
}
.N-FS{
align-self: flex-start;
display: inline;
}
.N-FE{
align-self: flex-end;
text-align: right;
display: inline;
margin-left: 85%;
}
.Nicola-Flex-2{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: flex-end;
}