Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Joung Jiwon
/
OSS-TongGilMut
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Joung Jiwon
2020-12-10 03:41:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ebdda410ebc7fa745be646817fcd701be40d4cd9
ebdda410
1 parent
3cccd168
css 4차 수정
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
project/css/templatemo-style.css
project/index.html
project/css/templatemo-style.css
View file @
ebdda41
...
...
@@ -190,7 +190,7 @@ a:focus {
}
.tm-hero-title
{
font-size
:
2rem
;
font-size
:
40px
;
text-shadow
:
2px
2px
2px
#333
;
}
...
...
@@ -492,7 +492,7 @@ iframe{
.detail-answer-field
{
display
:
grid
;
grid-template-columns
:
1
fr
1
fr
1
fr
1
fr
;
gap
:
20px
3
0px
;
gap
:
20px
2
0px
;
grid-template-areas
:
"salary-field dish-field everest-field earth-field"
;
grid-area
:
detail-answer-field
;
...
...
project/index.html
View file @
ebdda41
...
...
@@ -5,7 +5,7 @@
<meta
charset=
"UTF-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
/>
<title>
T
he Town HTML CSS Template
</title>
<title>
T
ongGilMut
</title>
<link
rel=
"stylesheet"
href=
"fontawesome-5.5/css/all.min.css"
/>
<link
rel=
"stylesheet"
href=
"slick/slick.css"
>
<link
rel=
"stylesheet"
href=
"slick/slick-theme.css"
>
...
...
@@ -113,8 +113,9 @@
<div
class=
"answer-grid-container"
>
<div
class=
"map"
id=
"map"
style=
"width:500px;height:300px;"
"
></div>
<div
class=
"answer-field"
style=
"width:300px;"
><br><br>
한번 갈 때마다 ...
<br>
<span
class=
"answer-highlight"
>
?
</span>
시간
<span
class=
"answer-highlight"
>
?
</span>
분
<br>
<span
class=
"answer-highlight"
id=
"hour"
>
?
</span>
시간
<span
class=
"answer-highlight"
id=
"min"
>
?
</span>
분
<br>
<span
class=
"answer-highlight"
id=
"dist"
>
?
</span>
km
<br>
</div>
<div
class=
"list-answer-field"
>
...
...
@@ -537,7 +538,7 @@
$
(
".button2"
).
on
(
'click'
,
function
(
event
)
{
$
(
'html, body'
).
animate
({
scrollTop
:
$
(
"#result"
).
offset
().
top
-
5
0
scrollTop
:
$
(
"#result"
).
offset
().
top
-
1
0
},
400
);
});
...
...
Please
register
or
login
to post a comment