mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
modified css
This commit is contained in:
parent
c44ea3b32f
commit
f1edfcbdf8
3 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -31,3 +31,4 @@ Makefile
|
|||
_posts/0000-01-01-Todo.html
|
||||
_posts/0000-01-01-Example-Markup.html
|
||||
README.md
|
||||
_posts/Careers
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
div.sheet { margin: 2em auto 0 auto; width: 699px; height: 988px; background-repeat: no-repeat; }
|
||||
|
||||
div.sheet > form.card { height: 988px; width: 699px; background-repeat: no-repeat; overflow: hidden; }
|
||||
div.sheet > form.card { height: 988px; width: 699px; background-repeat: no-repeat; }
|
||||
div.sheet > form.card input,
|
||||
div.sheet > form.card textarea { height: 30px; font-family: Georgia; font-size: 23px; text-align: justify; color: #333; background: none; border: none; }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
section.content > table.full {
|
||||
width: 100%; }
|
||||
section.content > img.right,
|
||||
section.content > table.right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue