Skip to content

Instantly share code, notes, and snippets.

@urip2
urip2 / History|-143daf71|entries.json
Last active August 14, 2022 18:21 — forked from connor/.jshintrc.js
jshintrc example
{"version":1,"resource":"file:///Users/urip/Sites/resblog/adminstats/connect.php","entries":[{"id":"ooeD.php","timestamp":1657648420981},{"id":"VKs1.php","timestamp":1657777841884}]}
@urip2
urip2 / button.sass
Created May 21, 2019 15:31 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="css/h_style.css">
<!-- <link rel="stylesheet" type="text/css" href="css/style.css">
-->
<link rel="stylesheet" type="text/css" href="css/modul.css"></head>
<body>
@urip2
urip2 / button.html
Created July 14, 2015 15:34
button
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Красивые градиентные кнопки без картинок для всех браузеров</title>
<style>
body {
background: #e5e5e5;
text-align: center;
}
@urip2
urip2 / main.css
Created July 14, 2015 05:08
panel
* {
margin: 0;
padding: 0;
border: none;
}
#article {
height: 360px;
width: 586px;
font-family: "TeXGyreReg",sans-serif;
font-size: 17px;