Make a Website Using HTML/CSS

Simple Website Using HTML and CSS with Source code

In this tutorial, we will create a simple website using HTML and CSS. You will learn how to create a landing page, add content to your website, and style your website with CSS. By the end of this tutorial, you will have a simple website using HTML and CSS based.

If you’re looking to create a simple website using HTML and CSS, you’ve come to the right place. In this article, we’ll provide you with the source code for a basic HTML and CSS website, as well as some tips on how to customize it to fit your needs.

Simple Website Using HTML and CSS With Source Code

Creating a website with HTML and CSS is relatively easy – even if you don’t have any prior experience coding. With our simple website code, all you need to do is copy and paste the code into your text editor, save it as an HTML file, and open it in your web browser. From there, you can start making changes to the code to personalize your site.

Читайте также:  Https forums terraria org index php

Simple Website Using HTML and CSS With Source Code

Not sure where to start? No problem! We’ve included some helpful comments in the code itself to guide you through the process. And if you get stuck, there are plenty of resources available online (like w3schools.com) that can help you troubleshoot any issues.

Once you have your website up and running, don’t forget to promote it! You can share your site’s URL on social media, or even submit it to search engines like Google so that people can find it when they’re searching for related topics.

How to Create a Website Using HTML Code

If you’re looking for a simple website using HTML and CSS, this source code is for you. This code uses basic HTML and CSS to create a clean, minimal website. You can easily customize this code to suit your needs. Simply edit the HTML and CSS files and upload them to your server. That’s it!

This source code is released under the MIT license, so feel free to use it however you like. If you have any questions or comments, feel free to leave them below. Thanks for reading!

The Hub of Technology

Web Designing

Web Development

Desktop Application

Authors

Admin

Manager

Accountant

Contact Us
Name
Email
Message
The Hub of Technology Design by OnlineITtuts © 2022

Once you did that, then the next thing you need to the CSS to design that. So, let me show you the CSS code to design it.

 body < font-family: 'Poppins'; line-height: 1.7em; >a < text-decoration: none; color: #fff; >.container < max-width: 1100px; margin:auto; >.lead < font-size: 16px; padding: 10px 10px; text-align: justify; >.btn < display: inline-block; padding: 07px 16px; background: rgb(38, 94, 222);; border: none; cursor: pointer; font-size: 16px; border-radius: 03px; color:#fff; transition: all 0.3; >.clr < clear: both; >/* Close Utality Classes */ #navbar < background: #3170ff; overflow: auto; >#navbar h1 < float: left; padding-top: 20px; >#navbar ul < list-style: none; float: right; >#navbar ul li < float: left; >#navbar ul li a < display: block; padding: 20px; text-align: center; transition: all 0.5s; >#navbar ul li a:hover, #navbar ul li a.current < background: #4397EA; transition: all 0.5s; >/* Showcase Area */ #showcase < background: url('../img/img2.jpg') no-repeat center center/cover; height: 600px; color: #fff; >.showcase-content < padding-top: 170px; color: #333; >.showcase-content h2 < font-size: 60px; line-height: 1.9em; >.showcase-content p < font-size: 20px; margin-bottom: 20px; >.showcase-content .btn:hover < background: #4397EA; border: none; color:#fff; transition: all 0.3s; >/* About Section */ .about < height: 350px; margin-top: 40px; >.about h3 < width: 100%; border-bottom: 2px solid #ddd; >.about h3 span < background: #ddd;; padding: 10px 22px; color: #333; text-align: center; display: inline-block; >/* Close */ #services h3 < width: 100%; border-bottom: 0.5px solid #ddd;; >#services h3 span < background: #ddd; padding: 10px 22px; color: #333; text-align: center; display: inline-block; >#services .box < float: left; width: 33.33%; padding: 45px; text-align: center; margin: 30px 0px; >.bg-primary < background: #265ede; color: #fff; >.light-gray < background: #ddd; >#services h2 < margin-bottom: 25px; >/* Author */ #authors h3 < width: 100%; border-bottom: 0.5px solid #ddd;; >#authors h3 span < background: #ddd; padding: 10px 22px; color: #333; text-align: center; display: inline-block; >#authors < background: url('../img/img.jpg') no-repeat center; height: 600px; padding-top: 40px ; >.auth < float: left; height: 500px; width: 33%; color: #fff; padding: 20px; text-align: center; margin: 20px 01px; >.auth img < border-radius: 50%; >.names < font-weight: bold; font-size: 18px; >/* Contact Us */ #contact h3 < width: 100%; border-bottom: 0.5px solid #ddd;; margin-bottom: 35px; >#contact h3 span < background: #ddd; padding: 10px 22px; color: #333; text-align: center; display: inline-block; >#contact .form-group < margin-bottom: 20px; >.contact-form label < display: block; margin-bottom: 5px; >.contact-form input < width: 100%; padding: 10px; border: 1px solid #ddd; >#contact textarea < height: 200px; width: 100%; >.contact-form input:focus, .contact-form textarea:focus < outline: none; border-color: #265ede; >/* Footer */ #main-footer

That’s for creating a simple website using HTML and CSS, inside the tutorial, you’ve got basic knowledge that use to make a simple website. So, If you want to learn it step by step practically, I have a video tutorial on it. You can watch it and learn that step by step

Simple Website using HTML CSS and JavaScript With Source Code

Hey Guys, recently I’ve made the complete tutorial with source How to Make Simple Website Using HTML CSS and JavaScript with Source Code. Inside the website, you will learn How to use HTML and CSS3 to design the main page.

Once you design the page using HTML and CSS3, then you will learn How to use JavaScript inside your website the display the countdown timer. So, I’m going to share with you the tutorial and also the source code of the project.

          
Website Comming Soon

Our Website Under Construction, We Are Working on it, We Will Rady to Lunch it After

Days
Hours
Minutes
Second
Subscribe Now to Get Updates
Subscribe Now

Once you have done that, then you need to style it using CSS3, So, I’m going to share with you the CSS code that are help you to manage the page.

 header < width: 100%; height: 100vh; >header::before < content: ""; background: url("../img/water.jpg") no-repeat center center/cover; position: absolute; opacity: 0.3; top: 0; left: 0; width: 100%; height: 100%; z-index: -3; >.coundown-timmer < display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; height: 100%; >.coundown-timmer h2 < font-size: 4rem; height: 1.5; >.coundown-timmer .content p < font-size: 1.1rem; >.timmer-content < display: flex; padding: 2rem 0px; >.time < display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; padding: 2rem; >.numbers < font-size: 3.5rem; font-weight: 800; padding: 0.5rem; >.input-data < width: 100%; display: flex; flex-direction: column; >.input-data h3 < font-size: 1.3rem; padding-bottom: 1rem; >.input-fields input < width: 30%; margin: auto; border: none; padding: 1rem 2rem; margin-bottom: 1.5rem; font-size: 1rem; >.input-fields a

Finally, you need JavaScript to display the countdown timer on the front page of the website. So, you can change the countdown timer. So, Let’s check the JS code.

Hope you’ve got ideas from the source code of the project. If you face any problem with the code, you can watch the complete video tutorial. Inside the tutorial you will learn step by step usage of HTML CSS and JavaScript to make a website.

Guys, I hope you’ve learn many new things from the video tutorial. I also made another tutorial that are help you to create a website from scratch using HTML and CSS.

Create a Website Using HTML and CSS With Source Code

It’s landing page website inside that I’ve used video background, you can learn how to use video as a background inside the website. SO, hope this tutorial is helpful and beneficial for you.

Conclusion

In this tutorial, we have learned how to create a simple website using HTML and CSS with source code. We have also included the source code for the website so that you can easily modify it to your own needs.

Источник

How TO — Make a Website

Learn how to create a responsive website that will work on all devices, PC, laptop, tablet, and phone.

Create a Website from Scratch

A «Layout Draft»

It can be wise to draw a layout draft of the page design before creating a website:

Side Content

Main Content

First Step — Basic HTML Page

HTML is the standard markup language for creating websites and CSS is the language that describes the style of an HTML document. We will combine HTML and CSS to create a basic web page.

Example

My Website

A website created by me.

Example Explained

Creating Page Content

Inside the element of our website, we will use our «Layout Draft» and create:

A header is usually located at the top of the website (or right below a top navigation menu). It often contains a logo or the website name:

My Website

A website created by me.

Then we use CSS to style the header:

.header <
padding: 80px; /* some padding */
text-align: center; /* center the text */
background: #1abc9c; /* green background */
color: white; /* white text color */
>

/* Increase the font size of the element */
.header h1 font-size: 40px;
>

A navigation bar contains a list of links to help visitors navigating through your website:

Use CSS to style the navigation bar:

/* Style the top navigation bar */
.navbar overflow: hidden; /* Hide overflow */
background-color: #333; /* Dark background color */
>

/* Style the navigation bar links */
.navbar a float: left; /* Make sure that the links stay side-by-side */
display: block; /* Change the display to block, for responsive reasons (see below) */
color: white; /* White text color */
text-align: center; /* Center the text */
padding: 14px 20px; /* Add some padding */
text-decoration: none; /* Remove underline */
>

/* Right-aligned link */
.navbar a.right float: right; /* Float a link to the right */
>

/* Change color on hover/mouse-over */
.navbar a:hover background-color: #ddd; /* Grey background color */
color: black; /* Black text color */
>

Content

Create a 2-column layout, divided into a «side content» and a «main content».

We use CSS Flexbox to handle the layout:

/* Ensure proper sizing */
* box-sizing: border-box;
>

/* Column container */
.row <
display: flex;
flex-wrap: wrap;
>

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side flex: 30%; /* Set the width of the sidebar */
background-color: #f1f1f1; /* Grey background color */
padding: 20px; /* Some padding */
>

/* Main column */
.main <
flex: 70%; /* Set the width of the main content */
background-color: white; /* White background color */
padding: 20px; /* Some padding */
>

Then add media queries to make the layout responsive. This will make sure that your website looks good on all devices (desktops, laptops, tablets and phones). Resize the browser window to see the result.

/* Responsive layout — when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) .row <
flex-direction: column;
>
>

/* Responsive layout — when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) .navbar a float: none;
width: 100%;
>
>

Tip: To create a different kind of layout, just change the flex width (but make sure that it adds up to 100%).

Tip: Do you wonder how the @media rule works? Read more about it in our CSS Media Queries chapter.

Tip: To learn more about the Flexible Box Layout Module, read our CSS Flexbox chapter.

What is box-sizing?

You can easily create three floating boxes side by side. However, when you add something that enlarges the width of each box (e.g. padding or borders), the box will break. The box-sizing property allows us to include the padding and border in the box’s total width (and height), making sure that the padding stays inside of the box and that it does not break.

You can read more about the box-sizing property in our CSS Box Sizing Tutorial.

At last, we will add a footer.

.footer <
padding: 20px; /* Some padding */
text-align: center; /* Center text*/
background: #ddd; /* Grey background */
>

Congratulations! You have built a responsive website from scratch.

W3Schools Spaces

If you want to create your own website and host your .html files, try our website builder, called W3schools Spaces:

Источник

Оцените статью