A Pen by Fahad Murtaza on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php get_header(); | |
?> | |
<div class="Home-Banner" style="background-image: url(<?php echo get_theme_file_uri('/images/HomeSection1.png') ?>);"> | |
<div style="width:60%"> | |
<h1 >We Are WordPress Website Creators</h1> | |
<button class="Hero-btn">Know More About Us</button> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Hello Silted - This is Flexbox | |
</title> | |
<style type="text/css"> | |
.container { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Hello Silted - This is HTML formatting | |
</title> | |
<style type="text/css"> | |
.container { | |
display: flex; /* or inline-flex */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Hello Silted - This is HTML formatting | |
</title> | |
<style type="text/css"> | |
.container { | |
width: 80%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Hello Silted - This is HTML formatting | |
</title> | |
<style type="text/css"> | |
.container { | |
width: 80%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Hello Silted - This is HTML formatting | |
</title> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Hello Silted | |
</title> | |
</head> | |
<body style="font-size: 14px; color: #333333;"> | |
<h1 style="color: black"> | |
Hello Sisters from Silted |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Hello Silted | |
</title> | |
</head> | |
<body> | |
<h1> | |
Hello Sisters from Silted | |
</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
</head> | |
<body> | |
<div id="message"><div> | |
</body> | |
</html> |