-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
97 lines (85 loc) · 1.55 KB
/
index.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
body {
background-color: black;
font-family: monospace;
}
.text {
color: white;
font-family: monospace;
font-size: 21px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 30px;
}
.error {
color: red;
}
.warning {
color: yellow;
}
input,
input:disabled {
outline: none;
background-color: black;
color: white;
border: none;
width: calc(100% - 215px);
font-family: monospace;
font-size: 18px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 30px;
}
#container > * {
font-family: monospace;
font-size: 18px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 30px;
}
#container-input:focus {
border-top-color: rgba(255, 255, 255, 0.3);
border-bottom-color: rgba(255, 255, 255, 0.3);
border-top-style: solid;
border-bottom-style: solid;
border-bottom-width: 0.1rem;
border-top-width: 0.1rem;
}
#menu {
color: white;
font-family: monospace;
font-size: 18px;
font-style: normal;
font-variant: normal;
font-weight: 200px;
line-height: 30px;
}
.netcore {
background-color: rgb(78, 42, 205);
color: white;
}
.reactjs {
color: rgba(97, 218, 251);
}
.linkedin {
background-color: rgb(10, 102, 194);
color: white;
}
.pd-info {
background-color: rgba(221, 236, 10, 0.904);
color: black;
font-weight: bolder;
}
td {
text-align: center;
}
.command {
background-color: rgba(255, 255, 255, 0.25);
border-radius: 0.5rem;
font-size: 15px;
margin-right: 30px;
margin-left: 30px;
/* margin: 6px 70px 6px 70px; */
}