Home Blog
Chào các bạn, hôm nay mình sẽ Review - giới thiệu đến các bạn một site Blogger có tên là Niệm Style. Trang Niệm Style là một trang chuyên chia sẻ về các Thủ thuật blogspot, thủ thuật SEO, thủ thuật Youtube, kinh nghiệm internet, Template blogspot và một số đặc sắc khác như Girl xinh, Hack, tin tức nổi bật,...
Niệm Style Blog: https://www.niemstyle.com/
Admin Niệm Style: Phan Niệm
| Tạo icon Thông Báo cực đẹp cho Blog-Website. |
/*Tạo Icon Tin Nhắn Động PC4x*/
#notif-wrapper{position:fixed;width:100%;z-index:999}
.blanternotif{background:#7577a9;color:#FFF;width:50px;height:50px;border-radius:100%;position:fixed;z-index:999;bottom:45%;left:20px;-webkit-animation-duration:5s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:notifklik;animation-duration:5s;animation-iteration-count:infinite;animation-name:notifklik;transition:all 5s ease-in-out}
.blanternotif i{color:#FFF;font-size:20px;margin:16px;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-name:notificon;animation-duration:2s;animation-iteration-count:infinite;animation-name:notificon;transition:all 2s ease-in-out}
<div id='notif-wrapper'>
<a class='blanternotif' href='javascript:;' title='Thông Báo'><i class='far fa-bell'></i></a>
<div class='notifbox'>
Hệ Thống Viplike-Tool Facebook Miễn Phí Cho Ai Cần Ngay Trên Thanh Menu!</div>
</div>
<script type='text/javascript'>
$(document).ready(function(){$(".blanternotif").click(function(){$(".notifbox,#notif-wrapper").toggleClass("aktif");});});
</script>
<b:if cond='data:blog.isMobileRequest == "false"'>
<div id='notif-wrapper'>
<a class='blanternotif' href='javascript:;' title='Thông Báo'><i class='far fa-bell'></i></a>
<div class='notifbox'>
Hệ Thống Viplike-Tool Facebook Miễn Phí Cho Ai Cần Ngay Trên Thanh Menu!</div>
</div>
</b:if>
<script type='text/javascript'>
$(document).ready(function(){$(".blanternotif").click(function(){$(".notifbox,#notif-wrapper").toggleClass("aktif");});});
</script>
Hôm nay TTPC4x Share cho bạn Widget Twitter được TTPC4x Edit lại của Ingrid Rauany
![]() |
| Tạo Widget Giống Twitter Cho Blog. |
.twitter-pc4x {
display: flex;
flex-direction: column;
width: 446px;
background-color: transparent;
box-shadow: 1px 1px 16px rgba(0,0,0,.58);
border-radius: 3px;
overflow: hidden;
}
header {
background: url(http://cameronbaney.com/codepen/twitter-pc4x/bg-header.jpg) no-repeat;
color: #fff;
display: flex;
aling-items: center;
}
header .picture {
padding: 15px;
display: flex;
}
header .picture img {
border: 4px solid #00CD66;
border-radius: 3px;
}
header .profile {
display: flex;
flex-direction: column;
justify-content: center;
}
header .profile .user {
font-size: 22px;
font-weight: 600;
margin: 0px 5px;
}
header .profile .description {
font-size: 13px;
font-weigh: 400;
margin: 5px 8px;
}
section.stats {
display: flex;
background: rgb(243,243,243);
}
section.stats div {
flex: 1;
border-bottom: 1px solid #d4d4d4;
padding: 10px;
}
section.stats div a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-decoration: none;
color: #696969;
}
section.stats div a:hover {
color: #9C9C9C;
}
section.stats strong {
font-size: 20px;
}
nav.menu {
display: flex;
background: rgb(243,243,243);
}
nav.menu a {
flex: 1;
color: #696969;
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
text-decoration: none;
}
nav.menu a:hover {
color: #9C9C9C;
}
<div class="twitter-pc4x">
<header>
<div class="picture">
<img src="http://cameronbaney.com/codepen/twitter-pc4x/avatar.jpg" alt="TTPC4x">
</div>
<div class="profile">
<p class="user">4xTeam</p>
<p class="description">Thủ Thuật PC4x
</p>
</div>
</header>
<section class="stats">
<div class="tweets">
<a href="#">
<strong>266</strong>tweets
</a>
</div>
<div class="following">
<a href="#">
<strong>60</strong> following
</a>
</div>
<div class="followers">
<a href="#">
<strong>117</strong> followers
</a>
</div>
</section>
<nav class="menu">
<a href="#"><i class="fa fa-pencil-square-o fa-2x" aria-hidden="true"></i></a>
<a href="http://www.thuthuatpc4x.tk/#HTML6"><i class="fa fa-comment-o fa-2x" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-user fa-2x" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-cog fa-2x" aria-hidden="true"></i></a>
</nav>
</div>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
.btn {position: relative;background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);padding: 14px 50px;border-radius: 4px;border: none;color: #fff;cursor: pointer;outline: none;overflow: hidden;box-shadow: 0 14px 30px rgba(0,0,0,0.15);font-family: 'Lato', sans-serif;font-size: 16px;text-transform: uppercase;letter-spacing: 2px;span {position: relative;}&::before {--size: 0;content: '';position: absolute;left: var(--x);top: var(--y);width: var(--size);height: var(--size);background: radial-gradient(circle closest-side, #a3b1f1, transparent);transform: translate(-50%, -50%);transition: all .2s ease, left 0s, top 0s;}&:hover::before {--size: 200px;}}
<script type='text/javascript'>const btn = document.querySelector('.btn')btn.onmousemove = function (e) {const x = e.pageX - btn.offsetLeftconst y = e.pageY - btn.offsetTopbtn.style.setProperty('--x', x + 'px')btn.style.setProperty('--y', y + 'px')}</script>
<button class="btn"><span>Button</span></button>
| Tốc độ tải trang sẽ là yếu tố xếp hạng từ khóa 2018 |
Mọi người muốn có thể tìm câu trả lời cho câu hỏi của họ càng nhanh càng tốt - các nghiên cứu cho thấy rằng mọi người thực sự quan tâm đến tốc độ của một trang. Mặc dù tốc độ đã được sử dụng trong xếp hạng một thời gian, tín hiệu đó đã tập trung vào tìm kiếm máy tính để bàn. Hôm nay chúng tôi thông báo bắt đầu từ tháng 7 năm 2018, tốc độ trang sẽ là yếu tố xếp hạng cho tìm kiếm trên thiết bị di động."Cập nhật Tốc độ", như chúng ta đang gọi, sẽ chỉ ảnh hưởng đến các trang cung cấp trải nghiệm chậm nhất cho người dùng và sẽ chỉ ảnh hưởng đến một tỷ lệ nhỏ các truy vấn. Nó áp dụng cùng một tiêu chuẩn cho tất cả các trang, bất kể công nghệ được sử dụng để xây dựng trang. Mục đích của truy vấn tìm kiếm vẫn là một tín hiệu rất mạnh, vì vậy một trang chậm có thể vẫn xếp hạng cao nếu nó có nội dung tuyệt vời và liên quan.Chúng tôi khuyến khích các nhà phát triển suy nghĩ rộng rãi về hiệu suất làm ảnh hưởng đến trải nghiệm của người dùng về trang của họ như thế nào và xem xét một loạt các số liệu kinh nghiệm người dùng . Mặc dù không có công cụ trực tiếp chỉ ra liệu một trang có bị ảnh hưởng bởi yếu tố xếp hạng mới này hay không, đây là một số tài nguyên có thể được sử dụng để đánh giá hiệu suất trang.
- Báo cáo Trải nghiệm Người dùng Chrome , tập dữ liệu công khai về số liệu kinh nghiệm người dùng quan trọng cho các điểm đến phổ biến trên web, như những người dùng Chrome có kinh nghiệm trong điều kiện thực tế
- Lighthouse , công cụ tự động và một phần của Công cụ dành cho nhà phát triển Chrome để kiểm tra chất lượng (hiệu suất, khả năng truy cập và hơn thế nữa) của các trang web
- PageSpeed Insights , một công cụ cho biết trang hoạt động tốt như thế nào trên Báo cáo UX của Chrome và đề xuất các tối ưu hóa hiệu suất
<head>
<title>My Website</title>
</head>
<meta name="description" content="A basic HTML tutorial">
<meta name="keywords" content="HTML,code,tags">
<meta name="author" content="Dann Albright">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><body>
Everything you want displayed on your page.
</body><h1>Big and Important Header</h1>
<h2>Slightly Less Big Header</h2>
<h3>Sub-Header</h3>
<p>Your first paragraph.</p>
<p>Your second paragraph.</p><p style="font-size: 120%;">20% larger text</p><p>The first line.<br>
The second line (close to the first one).</p><strong>Very important things you want to say.</strong><em>An emphasized line.</em><a href="//www.quantrimang.com/>Go to Quantrimang</a><a href="//www.quantrimang.com/" target="blank">Go to Quantrimang in a new tab</a><a href="//www.quantrimang.com/" title="This is a COOLtip">Hover over this one</a><img src="/photos/image/2017/10/23/code-html-3.jpg">
<img src="/photos/image/2017/10/23/code-html-3.jpg" width="320" alt="the name of your image">
<ol>
<li>First thing</li>
<li>Second thing</li>
<li>Third thing</li>
</ol><ul>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
</ul><table>
<tbody>
<tr>
<th>First column</th>
<th>Second column</th>
</tr>
<tr>
<td>Row 1, column 1</td>
<td>Row 1, column 2</td>
</tr>
<td>Row 2, column 1</td>
<td>Row 2, column 2</td>
</tbody>
</table><blockquote>I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain.</blockquote>