Made responsive
This commit is contained in:
parent
34a8ed8a83
commit
dfc273c705
11
index.css
11
index.css
|
@ -46,3 +46,14 @@ h1 {
|
|||
font-family: 'Elsie', cursive;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.container img {
|
||||
width: 30%;
|
||||
margin: 0.5em;
|
||||
}
|
||||
.links {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title> Ceda EI </title>
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.0/css/fork-awesome.min.css" integrity="sha256-sX8HLspqYoXVPetzJRE4wPhIhDBu2NB0kYpufzkQSms=" crossorigin="anonymous">
|
||||
|
|
Loading…
Reference in New Issue