cara buat web responsive yang perlu kamu tahu
cara buat web responsive – Tengah cari teknik bikin blog simpel dengan cepat dan mudah? Anda telah mendapati artikel yang tepat. Di artikel ini Anda bakal belajar selengkapnya bagaimanakah caranya bikin blog dengan cepat dan mudah.
Oiya, siapa saja dapat ikuti tips cara buat web responsive di artikel ini. Lantaran di tutorial ini Anda tak butuh coding sama sekali. Yups, {betul} sekali, Anda tidak usah coding betul-betul buat bikin blog!
Bagaimanakah cara membuat blog tanpa ada coding sekalipun? Baca penuturannya di bawah ini ya!
Tutorial cara buat web responsive untuk Pemula
<!DOCTYPE html>
<html>
<head>
<title>{keyword}</title>
<style>
body {
width: 65%;
height: auto;
background: white;
margin:auto;
margin-top: 5px;
padding-bottom: 5px;
}
p {
text-align: center;
font-size: x-large;
margin:auto;
}
header,nav,article,footer {
border-radius: 3px;
margin: 5px 5px 5px 5px;
border: 1px solid gainsboro;
}
header {
height: 80px;
background-color: aquamarine;
}
nav {
height: 45px;
background-color: blanchedalmond;
}
article {
height: 150px;
background-color: cornflowerblue;
}
footer {
height: 50px;
background-color: darkkhaki;
}
</style>
</head>
<body>
<header>
<p>Header</p>
</header>
<nav>
<p>Navbar</p>
</nav>
<article>
<p>Konten</p>
</article>
<footer>
<p>Footer</p>
</footer>
</body>
</html>
Demikian artikel tentang cara buat web responsive semoga bermanfaat.
Komentar
Posting Komentar