-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleのコピー.css
144 lines (85 loc) · 1.11 KB
/
styleのコピー.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
body{
background-color: #f0f0f0;
font-size: 14px;
color: #333;
margin:0 auto;
}
h1,h2,h3,h4,h5,h6,p{
padding: 10px 0 ;
margin: 0;
}
header{
height: 150px;
}
.heading{
width:960px;
margin: 0 auto;
}
.navbar{
height: 20px;
width: 930px;
background-color: #fff;
margin: 0 auto;
padding: 15px;
}
.contents{
width: 960px;
margin: 10px auto;
}
.left-content{
height: 400px;
width: 640px;
background-color: #fff;
padding:10px;
float: left;
}
.right-content{
height: 370px;
width: 280px;
background-color: #f9f9f9;
float: left;
padding: 10px;
}
footer{
text-align: center;
}
.clearfix:after{
content:"";
clear:both;
display: block;
}
.title{
font-family: fantasy;
}
heading-sentence{
font-size: 18px;
}
ul{
margin: 0;
padding: 0;
list-style: none;
}
ul li{
margin: 0;
float: left;
padding-right: 10px;
}
td{
margin: 0;
padding-left: 10px;
line-height: 30px;
}
.stylist-image{
height: 100px;
width: 100px;
}
.stylist-name{
font-size: 16px;
text-align: center;
}
a{
color: red;
}
a:hover{
color:blue;
}