Hướng dẫn blog website source code html and css - mã nguồn trang web blog html và css

Blog
  • Latest
  • Contact
  • Subscribe
  • A blog that people will
    actually want to read

    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the

    Try it






    Travel

    Beautiful Location For Travel

    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the Beautiful Location For Travel

    Lorem Ipsum is simply dummy text of the printing and typesetting industry.

    Manoj Singh . SEP 21, 2021

    Food

    Good Food Good Health

    Lorem Ipsum is simply dummy text of the printing and typesetting

    Manoj Singh . SEP 21, 2021

    Technology

    Looking for tech blogs

    Lorem Ipsum is simply dummy text of the printing and typesetting

    Manoj Singh . SEP 21, 2021

    Food

    Good Food Good Health

    Lorem Ipsum is simply dummy text of the printing and typesetting

    Manoj Singh . SEP 21, 2021


    Latest stories


    Entertainment

    Entertainment good for health

    Lorem Ipsum is simply dummy text of the printing and typesetting

    Manoj Singh . SEP 21, 2021

    Animals

    Good Food Good Health

    Lorem Ipsum is simply dummy text of the printing and typesetting

    Manoj Singh . SEP 21, 2021

    Photograpy

    Good Food Good Health

    Lorem Ipsum is simply dummy text of the printing and typesetting

    Manoj Singh . SEP 21, 2021

    Fun

    Good Food Good Health

    Lorem Ipsum is simply dummy text of the printing and typesetting

    Manoj Singh . SEP 21, 2021

    Food

    Good Food Good Health

    Lorem Ipsum is simply dummy text of the printing and typesetting

    Manoj Singh . SEP 21, 2021

    Food

    Good Food Good Health

    Lorem Ipsum is simply dummy text of the printing and typesetting

    Manoj Singh . SEP 21, 2021

    Get our weekly email

    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the

    Sign up

    Copyright@ M-SoftTech

    Sao chép & NBSP; Mã CSS ở bên dưới và dán tài liệu CSS của bạn

    Mã CSS

    :root{
    	--main: #7b4ee4 ;
    	--darkblue: #362078;
    	--black: #060606;
    	--white: #e7dff4;
    }
    *{
    	margin: 0px;
    	padding: 0px;
    	font-family: system-ui;
    }
    .clearfix{
    	clear: both;
    }
    header{
    	padding: 20px 0px;
    	box-shadow: 2px 2px 15px var[--black];
    }
    .container{
    	width: 1140px;
    	max-width: 100%;
    	margin: 0 auto;
    }
    .col-div-6{
    	width: 50%;
    	float: left;
    }
    .logo{
    	font-weight: bold;
    	font-size: 25px;
    	color: var[--black];
    }
    .logo span{
    	color: var[--main];
    }
    .nav{
    	float: right;
    }
    .nav li{
    	list-style: none;
    	float: left;
    	padding: 3px 20px;
    }
    .nav li a{
    	text-decoration: none;
    	color: var[--black];
    }
    .nav li button{
    	padding: 7px 15px;
        background: var[--main];
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: -5px;
    }
    .banner-section{
    	background: var[--main];
    	height: 400px;
    	overflow: hidden;
    }
    .heading{
    	color: var[--white];
        font-size: 40px;
        letter-spacing: 1px;
        margin-top: 14%;
    }
    .p1{
    	color: white;
        width: 395px;
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .input-box{
    	box-shadow: 1px 7px 8px 0px #222121;
        width: 360px;
        border-radius: 50%;
    }
    .input-box input[type="text"]{
    	padding: 9px;
        width: 265px;
        border: none;
        border-radius: 5px;
        outline: none;
    }
    .input-box button{
    	padding: 10px 27px;
        border-radius: 0px 5px 5px 0px;
        border: none;
        margin-left: -6px;
        background: var[--darkblue];
        color: white;
        cursor: pointer;
    }
    .ban-img{
    	width: 250px;
    	margin-bottom:-50px;
    
    }
    .b-img{
    	width: 100%;
    	border-radius: 10px;
    }
    .heading1{
    	margin-top: 20px;
    	color: var[--main];
    	font-size: 14px;
    	text-transform: uppercase;
    }
    .blog-heading{
    	font-size: 29px;
        font-weight: bold;
        margin-bottom: 20px;
        color: var[--black];
    }
    .text{
    	font-size: 13px;
        letter-spacing: 1px;
        color: var[--black];
        margin-bottom: 20px;
    }
    .name{
    	text-transform: uppercase;
        font-weight: 600;
        color: #a1a1a1;
        font-size: 14px;
    }
    .lr-box{
    	padding: 10px 20px;
    
    }
    .b-img-1{
    	width: 100%;
    	height: 160px;
    	border-radius: 10px;
    	margin-top: 7px;
    }
    .blog-heading-1{
    	font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: var[--black];
    }
    .line{
    	    width: 100%;
    	    margin-top: 15px;
        border: none;
        height: 1px;
        background: #ddd;
    }
    .lr-box:hover{
    	opacity: 0.5;
    	cursor: pointer;
    }
    .box-1:hover{
    	opacity: 0.5;
    	cursor: pointer;
    }
    
    .box-2{
    	width: 28.5%;
    	float: left;
    	margin: 25px;
    }
    .box-2:hover{
    	opacity: 0.5;
    	cursor: pointer;
    }
    .foot-section{
    	background: var[--main];
    }
    .foot-inner{
    	width: 500px;
    	margin: 0 auto;
    	padding: 50px;
    	text-align: center;
    }
    .ibox2{
    	margin: 0 auto;
    	width: 380px;
    }
    footer{
    	background:var[--darkblue];
    	padding: 15px;
    }
    footer p{
    	color: var[--white];
    	text-align: center;
    }

    Nếu bạn có bất kỳ vấn đề nào để hiểu mã này thì bạn cũng vui lòng xem video này

    Tôi có thể tạo một blog bằng cách sử dụng HTML và CSS không?

    Xin chào, hôm nay chúng ta sẽ thấy, làm thế nào chúng ta có thể dễ dàng tạo một trang web viết blog chỉ bằng cách sử dụng HTML, CSS và JS ...
    Trang blog năng động ..
    Có một biên tập viên chuyên dụng cho các blog ..
    Bạn có thể thêm/thực hiện như nhiều blog bạn muốn ..
    Bạn có thể thêm các tiêu đề, đoạn văn và hình ảnh vào bài đăng trên blog ..
    Cũng đã đọc thêm phần blog ..

    Làm cách nào để thêm mã HTML và CSS vào blogger?

    Thay đổi blog của bạn với HTML hoặc CSS..
    Đăng nhập vào blogger ..
    Chọn blog để cập nhật ..
    Trong menu bên trái, nhấp vào chủ đề ..
    Theo chủ đề của tôiChỉnh sửa HTML ..
    Thực hiện các thay đổi của bạn và nhấp vào lưu ..

    Các blogger có sử dụng HTML không?

    Hầu hết các blogger hàng đầu đều biết cách viết với HTML.Tại sao?Nó cho phép họ làm [khá nhiều] bất cứ điều gì họ muốn làm với nội dung của họ.Những thẻ này cũng có thể cung cấp cho bạn sự tự do tương tự.. Why? It allows them to do [pretty much] whatever they want to do with their content. These tags can give you the same freedom, too.

    Blog HTML là gì?

    Nó bao gồm tất cả mọi thứ từ tiêu đề, không gian và đoạn văn của bạn trên trang web của bạn.HTML có thể đơn giản như viết blog này, nhưng nó được viết trong các thẻ cụ thể để trình duyệt có thể dịch nội dung thành một dạng hiển thị.. HTML can be as simple as writing this blog, but it is written in specific tags so the browser can translate the content into a visible form.

    Bài Viết Liên Quan

    Toplist mới

    Bài mới nhất

    Chủ Đề