diff --git a/sample/pc_UI/index.css b/sample/pc_UI/index.css new file mode 100644 index 0000000..5a1fd08 --- /dev/null +++ b/sample/pc_UI/index.css @@ -0,0 +1,51 @@ +/* @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; +} +.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 new file mode 100644 index 0000000..59058f7 --- /dev/null +++ b/sample/pc_UI/index_pc.html @@ -0,0 +1,44 @@ + + + + + + Atsutoku + + + + +
+ +
+ +
+ + \ No newline at end of file