Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
anahitahassan authored Jul 25, 2020
1 parent ffddfd6 commit 84f39b4
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/sidebar-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body {
text-transform: uppercase;
font-family: 'Raleway', Arial, Helvetica, sans-serif;
font-weight: 500;
font-size: 20px;
font-size: 18px;
cursor: pointer;
background-color:#ffffff;
color: #459cc4;
Expand All @@ -52,7 +52,7 @@ body {
}

.openbtn:hover {
background-color: #eadaff;
background-color: #ffffff;
}

#main {
Expand Down
75 changes: 69 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ nav ul {
text-transform: uppercase;
font-family: 'Raleway', Arial, Helvetica, sans-serif;
font-weight: 500;
font-size: 20px;
font-size: 18px;
}

nav a {
Expand Down Expand Up @@ -361,6 +361,72 @@ input {
font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

.links {
margin: 2px;
padding: 4px;
align-content: space-around;
flex-direction: row;
justify-content: space-evenly;
display: flex;
flex-direction: row;
margin-top: 2em;
text-align: center;
font-size: 2vw;
}

.linkbox {
font-size: 3vw;
font-weight: 900 !important;
color: #3990d8 !important;
text-align: center;
}


#linkbox1, #linkbox2, #linkbox3, #linkbox4 {
width: 150px;
margin: 6px;
padding: 6px;
text-align: center;
}

.linkboxpic{
max-width:150px;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 0 0 0 0;
}

.sources {
background-color: #e5eef3;
}

.sourcetitle{
color: #08068a;
font-family: 'Raleway', Arial, Helvetica, sans-serif;
font-size: 36px;
text-align: center;
}

.linkboxbtn{
text-transform: uppercase;
font-family: 'Raleway', Arial, Helvetica, sans-serif;
font-weight: 500;
font-size: 18px;
cursor: pointer;
background-color:#ffffff;
color: #08068a;
padding: 10px 10px;
border: none;
}

.linkboxbtn:hover {
background-color: #ffffff;
}

.statistics {
margin: 2px;
padding: 4px;
Expand Down Expand Up @@ -407,11 +473,8 @@ footer {
color: #c1f7dc;
}

.chart {
background-color: #b1a3e4;
border-radius: 40px;
margin: 150px 10px 150px 10px;
padding: 30px 30px 30px 30px;
.about {
background-color: #dcdcec;
}


Expand Down

0 comments on commit 84f39b4

Please sign in to comment.