-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
114 lines (101 loc) · 1.79 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
* {box-sizing: border-box}
/* Style the tab */
.tab {
float: right;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 100%;
height: 300px;
}
/* Style the buttons that are used to open the tab content */
.tab button {
display: block;
background-color: inherit;
color: black;
padding: 22px 16px;
width: 100%;
border: none;
outline: none;
text-align: center;
cursor: pointer;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current "tab button" class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
#float: right;
padding: 0px 50px;
border: 50px solid #ccc;
width: 100%;
#border-left: none;
height: auto;
}
.tabcontent h3{
border: 10px solid #ccc;
text-align:center;
padding-top: 20px;
padding-bottom: 20px;
font-size:20px;
}
.tabcontent button{
color:black;
padding-left:0px;
}
.space{
padding-left:30px;
}
.text-info{
font-style:bold;
color:red;
}
.sub_list{
padding-left:90px;
}
.text_WorkHome{
display: block;
text-align: right;
padding: 10px 0px;
}
h4{
margin-top: 0px;
margin-bottom: 0px;
width: 100%;
height: 18px;
}
}
.space_WorkHome{
padding-right:10px;
}
img{
width:800px;
border:3px solid black;
}
.Navbar__Link-toggle {
display: none;
}
@media only screen and (max-width: 768px) {
.tab
{
flex-direction: column;
display:none;
}
.Navbar__ToggleShow {
display: flex;
}
.Navbar__Link-toggle {
align-self: flex-end;
display: initial;
position: absolute;
cursor: pointer;
}
.tabcontent{
font-size:10px;
}
}