Skip to content

Instantly share code, notes, and snippets.

View tisufa's full-sized avatar
:atom:
- nobody

Titus Sutio Fanpula tisufa

:atom:
- nobody
View GitHub Profile
<html>
<head>
<title>Desain Form Login Dengan Css</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="konten">
<div class="kepala">
<div class="lock"></div>
<h2 class="judul">Sign In</h2>
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body{
background: #c0c0c0;
}
<html>
<head>
<title>Desain Form Login 2</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="fa/css/font-awesome.css">
</head>
<body>
<div class="konten">
<div class="atas">
<h2 class="judul sedang">Login</h2>
* {
padding: 0;
margin: 0;
font-family: sans-serif;
box-sizing: border-box;
}
a {
text-decoration: none;
}
<html>
<head>
<title>CSS Desain Form Login 3</title>
<link rel="stylesheet" href="style.css">
<!-- font awesome 4 Plugin -->
<link rel="stylesheet" href="plugin/fa/css/font-awesome.css">
</head>
<body>
<h1 class="tengah">Clean Flat Login Form</h1>
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body{
background: #e9cd00;
}
<div id="bluegin-sitemap"></div>
<script src="https://cdn.statically.io/gh/bluegin/sitemap/master/bluegin-sitemap/bluegin-sitemap.min.js"></script>
@tisufa
tisufa / testing.js
Last active September 4, 2019 07:40
Only for testing
class Helper {
static set setData(data) {
this.data = data;
this.articles = this.feed.entry;
this.articlesTemp = this.feed.entry;
this.categories = this.feed.category;
}
static get feed() {
return this.data.feed;
.duniacara-sitemap .sitemap-header {
border: 1px solid #e0e0e0;
display: block;
}
.duniacara-sitemap .right {
text-align: right;
padding-right: 10px;
font-size: 12px;
font-weight: 600
<div id="bluegin-sitemap"></div>
<script src="https://cdn.statically.io/gh/bluegin/sitemap/master/bluegin-sitemap-abjad/bluegin-sitemap-abjad.min.js"></script>