Skip to content

Commit c7fecd6

Browse files
authored
Update style.css
1 parent 04a8f01 commit c7fecd6

File tree

1 file changed

+86
-0
lines changed
  • server/frontend/src/components/assets

1 file changed

+86
-0
lines changed

server/frontend/src/components/assets/style.css

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
img{
2+
width: 60%;
3+
align-self: center;
4+
}
5+
6+
.card{
7+
border: rgb(103, 102, 105) 3px solid;
8+
display: flex;
9+
flex-direction: column;
10+
margin-left:5%;
11+
margin-right:5%;
12+
margin-top: 1%;
13+
margin-bottom: 1%;
14+
}
15+
16+
.row{
17+
display: flex;
18+
flex: 1;
19+
flex-direction: row;
20+
margin: auto;
21+
margin-top: 1%;
22+
justify-content: center;
23+
padding:20px;
24+
}
25+
26+
.container{
27+
justify-content: center;
28+
}
29+
.details{
30+
font-size: 20px;
31+
color: rgb(97, 64, 128);
32+
padding:20px;
33+
}
34+
35+
.title{
36+
font-size: 20px;
37+
background-color: rgb(97, 64, 128);
38+
color: white;
39+
text-align: center;
40+
margin:20px;
41+
padding:5px;
42+
}
43+
44+
.homepage_links{
45+
color: rgb(97, 64, 128);
46+
padding: 25%;
47+
font-size: larger;
48+
}
49+
50+
.loginlink{
51+
display: flex;
52+
flex-direction: row;
53+
justify-content: flex-end;
54+
}
55+
56+
.banner{
57+
display: flex;
58+
flex-direction: column;
59+
align-items: center;
60+
justify-content: center;
61+
flex:1
62+
}
63+
64+
.form_panel {
65+
padding:2%;
66+
display: flex;
67+
flex-direction: column;
68+
border-radius: 50px;
69+
text-align:center;
70+
box-shadow: 2px 2px 2px 3px #999;
71+
margin: auto;
72+
min-width: 350px;
73+
width: 80%;
74+
margin-top:3%
75+
}
76+
177
.navitems{
278
display: flex;
379
flex-direction: row;
@@ -37,3 +113,13 @@
37113
color:black;
38114
margin: .5cm;
39115
}
116+
117+
.img_icon {
118+
align-self: center;
119+
width:40px;
120+
background-color:#0C9;
121+
color:#FFF;
122+
border-radius:50px;
123+
text-align:center;
124+
box-shadow: 2px 2px 3px #999;
125+
}

0 commit comments

Comments
 (0)