summaryrefslogtreecommitdiff
path: root/about/css/main.css
diff options
context:
space:
mode:
authors1n <[email protected]>2020-03-28 10:31:08 -0700
committers1n <[email protected]>2020-03-28 10:31:08 -0700
commit6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch)
tree74bb9aa78ca31a6acfffd908e34dfb0df433c707 /about/css/main.css
parentCreate .gitignore (diff)
downloadcyne.cf-backup-master.tar.xz
cyne.cf-backup-master.zip
3/28/2020, 10:30HEADmaster
Diffstat (limited to 'about/css/main.css')
-rw-r--r--about/css/main.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/about/css/main.css b/about/css/main.css
new file mode 100644
index 0000000..bd80b97
--- /dev/null
+++ b/about/css/main.css
@@ -0,0 +1,32 @@
+.title {
+ text-align: none;
+}
+
+.desc {
+ text-align: center;
+}
+
+.bio {
+ font-size: 22px;
+ padding-top: 100px
+}
+
+.title2 {
+ text-align: none;
+ background-color: #fcac94;
+ -webkit-box-shadow: 0 7px 30px -10px #fcac94, 0 7px 30px -10px #fcac94;
+ box-shadow: 0 7px 30px -10px #fcac94, 0 7px 30px -10px #fcac94;
+ -webkit-transition: background-color 0.15s ease-in-out;
+ transition: background-color 0.15s ease-in-out;
+ width: 456px;
+}
+
+.disclaimer {
+ font-size: 17px;
+ font-weight: 600;
+}
+
+.important {
+ color: red;
+ font-size: 20px
+} \ No newline at end of file