forked from satopy/satopy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstile.css
156 lines (139 loc) · 2.88 KB
/
stile.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
*{
padding: 0;
margin: 0;
}
/* .square_btn{
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
color: #FFF;
background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
transition: .4s;
}
.square_btn:hover{
background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 70%);
background-image: linear-gradient(#6795fd 0%, #67ceff 70%);
} */
body {
background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
height: 100vh;
}
.contact{
display: flex;
justify-content: center;
align-items: center;
font-family: 'Gaegu', cursive;
margin-top: 30px;
}
.SNS {
text-align: center;
}
.manzi {
display: flex;
justify-content: center;
align-items: center;
margin: 10px auto;
font-family: 'Raleway Dots', cursive;
font-size: 30px
}
.situmonbako {
display: flex;
justify-content: center;
align-items: center;
font-family: 'Gaegu', cursive;
font-size: 30px;
margin-top: 50px;
}
.fa-twitter-square{
color: #1DA1F2
}
.fa-github-square{
color: #000000
}
.fa-facebook-square{
color: #4267B2
}
.fa-line {
color: #54BD37
}
img {
border-radius: 30px;
height: 60px;
width: 60px;
}
.fa-instagram {
color: transparent;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background-clip: text;
-webkit-background-clip: text;
}
.asdf {
margin-left: 20px;
display: flex;
justify-content: center;
margin-top: 50px;
font-family: 'Roboto', sans-serif;
color: #595959
}
.zxcv{
margin-left: 20px;
display: flex;
justify-content: center;
margin-top: 50px;
font-family: 'Roboto', sans-serif;
color: #595959
}
.qwer{
margin-left: 20px;
display: flex;
justify-content: center;
margin-top: 50px;
font-family: 'Roboto', sans-serif;
color: #595959
}
/* */
/* .contact-show {
margin: 5px;
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.8s;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px
} */
/* .hidden_box {
margin: 2em 0;
padding: 0;
} */
/* .contact input {
display: none;
} */
/* .contact input:checked ~ .contact-show {
padding: 10px 0;
height: auto;
opacity: 1;
} */
/* .contact label {
/display: flex;/
justify-content: center;
align-items: center;
margin: 5px;
font-size: 5px;
color: gray;
padding: 10px;
font-weight: bold;
border: solid 2px gray;
cursor :pointer;
border-radius: 5px;
overflow: hidden ;;
} */
a:link {
color: gray;
padding: 3px;
}
/* */