-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (62 loc) · 1.89 KB
/
Copy pathstyle.css
File metadata and controls
87 lines (62 loc) · 1.89 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
/* ============================================================ Setup ======================================================================*/
body
{
margin: 0px ;
padding: 0px ;
}
a:hover
{
text-decoration: none;
}
.text-color
{
color: #464141;
}
/* ============================================================ Setup ======================================================================*/
/* ======================================================== Startin Header ===================================================================*/
header nav
{
padding: 20px;
text-align: center;
background-color: #7367F0;
color: white;
font-family: Poppins;
}
/* ======================================================== Ending Header ===================================================================*/
/* ==================================================== Starting Algorithms-Container ========================================================*/
.Algorithms-Container
{
margin-top: 50px;
padding:
}
.cont
{
width: inherit;
display: flex;
justify-content: center;
}
.row
{
margin: 0px;
}
.card
{
padding: 0px;
box-shadow: 0 1px 20px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
margin: 10px;
}
.card:hover
{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/* ==================================================== Ending Algorithms-Container ========================================================*/
/* ========================================================= Starting Footer ===========================================================*/
footer
{
text-align: center;
padding: 20px;
margin-top: 50px;
background-color: #262626;
color: white;
}
/* ========================================================= Ending Footer ===========================================================*/