Skip to content

Instantly share code, notes, and snippets.

@studentbow
studentbow / bar_test
Created October 1, 2018 05:24
bar_test
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>無標題文件</title>
<style type="text/css">
.main-nav {
background: #eee;
-webkit-border-radius: 5px;
@studentbow
studentbow / rwd + css
Last active October 1, 2018 05:19
rwd + css
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
.coverflow{
width: 100%;
height:100%;