diff options
Diffstat (limited to 'styles/Avatar.module.css')
| -rw-r--r-- | styles/Avatar.module.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/styles/Avatar.module.css b/styles/Avatar.module.css new file mode 100644 index 0000000..1b14703 --- /dev/null +++ b/styles/Avatar.module.css @@ -0,0 +1,25 @@ +.av { + padding-left: 35px; + padding-bottom: 35px; + padding-top: 5px; + margin: 35px; + width: 200px; + float: left; + font-family: BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, + Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + background-color: #DEDFDF; + box-sizing: border-box; +} +.avBig { + padding-left: 35px; + padding-right: 35px; + padding-bottom: 35px; + padding-top: 5px; + margin: 0 auto; + width: 500px; + font-family: BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, + Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + background-color: #DEDFDF; + box-sizing: border-box; + text-align: center; +} |
