last details!
This commit is contained in:
parent
f978f403cd
commit
5a8f0fb825
11
index.html
11
index.html
|
@ -80,6 +80,12 @@
|
||||||
width: 640px;
|
width: 640px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flag {
|
||||||
|
height: 200px;
|
||||||
|
border: 4px solid white;
|
||||||
|
border-radius: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
#about {
|
#about {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -96,6 +102,9 @@
|
||||||
.right {
|
.right {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.flag {
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -103,7 +112,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="home">
|
<div id="home">
|
||||||
<img style="border: 4px solid white; border-radius: 17px" height=200px src='img/flag.svg'></img>
|
<img class="flag" src='img/flag.svg'></img>
|
||||||
<h1>Welcome to Eddie Murphy!</h1>
|
<h1>Welcome to Eddie Murphy!</h1>
|
||||||
<p>Coming 2 America!</p>
|
<p>Coming 2 America!</p>
|
||||||
<p>mc.civclassic.com</p>
|
<p>mc.civclassic.com</p>
|
||||||
|
|
Loading…
Reference in a new issue