-
Notifications
You must be signed in to change notification settings - Fork 0
/
App.css
127 lines (103 loc) · 1.83 KB
/
App.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#root {
max-width: auto;
margin: 0 auto;
padding: 1.5rem;
text-align: center;
}
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
transition: filter 300ms;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
filter: drop-shadow(0 0 2em #61dafbaa);
}
.card {
padding: 2em;
}
.read-the-docs {
color: #888;
}
.left-text
{
text-align: left;
}
/* Create a top navigation bar with a black background color */
.topnav {
background-color: transparent;
overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #070000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
text-decoration: underline;
color: #4f4f4f;
}
/* Create a right-aligned (split) link inside the navigation bar */
.topnav a.split {
float: right;
background-color: #a4aff7;
color: white;
}
.container {
padding-top: 40px;
display: flex;
}
.column1 {
width: 20%; /* Adjust the width as per your requirement */
/* Additional styles for column1 */
}
.column2 {
padding-left: 5em;
width: 50%; /* Adjust the width as per your requirement */
/* Additional styles for column2 */
}
.circle-container {
display: inline-block;
}
.circle-image {
height: 10em;
border-radius: 50%;
}
.logo-small {
max-width: 15px;
max-height: 15px;
padding-right: 0.3em;
}
.description{
text-align:center;
/*display: center;
padding-top: 0.6em;
padding-left: 5.8em;
text-align: left;*/
}
.description-block{
display: inline-block;
text-align: left;
}
.link{
font-size: 0.9em;
font-weight: 500;
color: #4f4f4f;
text-decoration: inherit;
}
.c{
font-weight: 500;
color: #4f4f4f;
text-decoration: inherit;
}
.bold{
font-weight: bold;
}