Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-open-source
/
BaseBallSimulator
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
정주희
2021-06-04 08:36:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
550ecaf9194d2eb993cc5f4d7f5bac3a6e2ec9e9
550ecaf9
1 parent
d670d0d9
delete
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
138 deletions
calander.css
calander.html
calander.css
deleted
100644 → 0
View file @
d670d0d
.container1
{
display
:
flex
;
justify-content
:
center
;
align-items
:
baseline
;
}
.client
{
border
:
0px
;
background-color
:
white
;
}
.image
{
width
:
32px
;
height
:
32px
;
}
.search
{
border
:
0px
;
background-color
:
white
;
}
.logo
{
font-size
:
60px
;
}
/*selection*/
.container2
{
margin
:
50px
0px
70px
0px
;
background-color
:
blanchedalmond
;
}
.selection
{
display
:
flex
;
list-style
:
none
;
justify-content
:
center
;
}
.selection
li
{
padding
:
8px
16px
;
}
.select
a
{
color
:
black
;
text-decoration
:
none
;
}
.selection
li
:hover
{
padding
:
8px
16px
;
background-color
:
burlywood
;
}
.row
{
display
:
flex
;
justify-content
:
space-evenly
;
}
img
[
class
^=
"selection"
]
{
width
:
150px
;
height
:
150px
;
padding
:
100px
;
}
\ No newline at end of file
calander.html
deleted
100644 → 0
View file @
d670d0d
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
일정
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"calander.css"
>
</head>
<body>
<div
class=
"container1"
>
<span
class=
"logo"
>
일정
</span>
</div>
<div
class=
"container3"
>
<div
class=
"row row1"
>
<span
class=
"item1"
>
<a
href=
"index4.php"
>
<img
class=
selection1
src=
"pngs/samsung.png"
alt=
""
>
</a>
</span>
<span
class=
"item2"
>
<a
href=
"index5.php"
>
<img
class=
selection2
src=
"pngs/nc.png"
alt=
""
>
</a>
</span>
<span
class=
"item3"
>
<a
href=
"index6.php"
>
<img
class=
selection3
src=
"pngs/LG.png"
alt=
""
>
</a>
</span>
</div>
<div
class=
"row row2"
>
<span
class=
"item4"
>
<a
href=
"index7.php"
>
<img
class=
selection4
src=
"pngs/kt.png"
alt=
""
>
</a>
</span>
<span
class=
"item5"
>
<a
href=
"index8.php"
>
<img
class=
selection5
src=
"pngs/ssg.png"
alt=
""
>
</a>
</span>
<span
class=
"item6"
>
<a
href=
"index9.php"
>
<img
class=
selection6
src=
"pngs/dusan.png"
alt=
""
>
</a>
</span>
</div>
<div
class=
"row row3"
>
<span
class=
"item7"
>
<a
href=
"index7.php"
>
<img
class=
selection4
src=
"pngs/kiwoom.png"
alt=
""
>
</a>
</span>
<span
class=
"item8"
>
<a
href=
"index8.php"
>
<img
class=
selection5
src=
"pngs/kia.png"
alt=
""
>
</a>
</span>
<span
class=
"item9"
>
<a
href=
"index9.php"
>
<img
class=
selection6
src=
"pngs/hanhwa.png"
alt=
""
>
</a>
</span>
</div>
<div
class=
"row row4"
>
<span
class=
"item10"
>
<a
href=
"index7.php"
>
<img
class=
selection4
src=
"pngs/Lotte.png"
alt=
""
>
</a>
</span>
</div>
</div>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment