From bcb0078274acf013d2d8445477935ae19ce76c85 Mon Sep 17 00:00:00 2001 From: yusuke-creater Date: Sat, 12 Dec 2020 01:10:22 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EF=BD=90=EF=BD=83=E7=89=88=EF=BC=B5?= =?UTF-8?q?=EF=BC=A9=E3=82=B5=E3=83=B3=E3=83=97=E3=83=AB=E4=BD=9C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/pc_UI/index.css | 45 ++++++++++++++++++++++++++++++++++++++ sample/pc_UI/index_pc.html | 44 +++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 sample/pc_UI/index.css create mode 100644 sample/pc_UI/index_pc.html diff --git a/sample/pc_UI/index.css b/sample/pc_UI/index.css new file mode 100644 index 0000000..fb0b3c4 --- /dev/null +++ b/sample/pc_UI/index.css @@ -0,0 +1,45 @@ +/* @charset "UTF-8"; */ +body{ + margin: 0 0 0 0; + padding: 0; +} + +nav { + background-color: blue; + font-size: 30px; + color: white; + +} + +.ptitle { + margin: 0 0 0 20px; + float: left; +} + +.gnav { + margin: 0 0 0 0; + float: right; +} + +ul li { + float: right; + list-style: none; + margin-right: 15px; +} + +select { + font-size: 25px; + height: 35px; + width: 200px; + margin-right: 150px; +} +table { + margin-right: 100px; +} +input { + height: 30px; + width: 200px; +} +div { + margin: 0 0 0 375px; +} \ No newline at end of file diff --git a/sample/pc_UI/index_pc.html b/sample/pc_UI/index_pc.html new file mode 100644 index 0000000..7acd75e --- /dev/null +++ b/sample/pc_UI/index_pc.html @@ -0,0 +1,44 @@ + + + + + + Atsutoku + + + + +
+ +
+ +
+ + \ No newline at end of file From 46a4bad4227cc8579de23d0377184b3e29db40b2 Mon Sep 17 00:00:00 2001 From: yusuke-creater Date: Sat, 12 Dec 2020 01:29:40 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EF=BD=90=EF=BD=83=E7=89=88=EF=BC=B5?= =?UTF-8?q?=EF=BC=A9=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/pc_UI/index.css | 10 ++++++++-- sample/pc_UI/index_pc.html | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/sample/pc_UI/index.css b/sample/pc_UI/index.css index fb0b3c4..5a1fd08 100644 --- a/sample/pc_UI/index.css +++ b/sample/pc_UI/index.css @@ -40,6 +40,12 @@ input { height: 30px; width: 200px; } -div { - margin: 0 0 0 375px; +.photo1 { + margin: 20px 70px 20px 50px; +} +.photo2 { + margin: 20px 0 20px 0; +} +.photo3 { + margin: 10px 10px 10px 50px; } \ No newline at end of file diff --git a/sample/pc_UI/index_pc.html b/sample/pc_UI/index_pc.html index 7acd75e..59058f7 100644 --- a/sample/pc_UI/index_pc.html +++ b/sample/pc_UI/index_pc.html @@ -36,9 +36,9 @@

Atsutoku


- -
- + +
+
\ No newline at end of file