aboutsummaryrefslogtreecommitdiff
path: root/about.css
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2023-10-28 10:58:23 +0200
committerarf20 <aruizfernandez05@gmail.com>2023-10-28 10:58:23 +0200
commit53df97269e221374c3696c340d549f45c15c9e77 (patch)
tree9cade148117703206c0efbb97ea75820f4233f18 /about.css
parent14ac9526572979cbb2c878ab8f5a9fb5df2c52b0 (diff)
downloadarfnet2-web-53df97269e221374c3696c340d549f45c15c9e77.tar.gz
arfnet2-web-53df97269e221374c3696c340d549f45c15c9e77.zip
Finally some advance
Diffstat (limited to 'about.css')
-rw-r--r--about.css81
1 files changed, 81 insertions, 0 deletions
diff --git a/about.css b/about.css
new file mode 100644
index 0000000..05a55ad
--- /dev/null
+++ b/about.css
@@ -0,0 +1,81 @@
+.verticaltext {
+ text-align: center;
+ writing-mode: vertical-rl;
+ transform: rotate(180deg);
+}
+
+.row {
+ display: flex;
+}
+
+.col {
+ flex: 33%;
+ padding: 40px;
+}
+
+.col2 {
+ float: left;
+ width: 100%;
+}
+
+.text {
+ margin-left: 20px;
+}
+
+.invisibletd {
+ padding-left: 20px;
+}
+
+.title {
+ font-size: 36px;
+}
+
+header *{
+ display: inline-block;
+}
+
+*{
+ vertical-align: middle;
+ max-width: 100%;
+}
+
+.pic100 {
+ width: 100%;
+}
+
+.pic50 {
+ width: 49%;
+}
+
+.pic2 {
+ width: calc(100% / 3);
+}
+
+.img {
+ margin-bottom: 10px;
+}
+
+.div {
+ margin: auto;
+ max-width: 1024px;
+}
+
+.aecenter {
+ text-align: center;
+ display: flex;
+ justify-content: space-between;
+}
+
+p {
+ font-size: 20px;
+}
+
+@media only screen and (max-width: 600px) {
+ .div {
+ width: 100%;
+ }
+}
+
+table, th, td {
+ border: 1px solid black;
+}