diff --git a/css/main.css b/css/main.css index b8fc83c..f64b15c 100755 --- a/css/main.css +++ b/css/main.css @@ -132,6 +132,17 @@ Primary use: } } +.dis{ + /* disable highlight and drag */ + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Old versions of Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ + + +} /*////////////////////////////////////////////////////////////////// [ Simple slide100 ]*/ @@ -208,6 +219,15 @@ Primary use: line-height: 1.1; } +.l1-txt3 { + font-family: "Macondo Swash Caps", cursive; + font-weight: 400; + font-style: normal; + + font-size: 40px; + color: #fff; + line-height: 1.1; +} /*================================================================== SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE @@ -522,6 +542,11 @@ Primary use: .respon1 { font-size: 80px; } + + .l1-txt3{ + font-size: 30px; + + } } diff --git a/images/icons/logo.png b/images/icons/logo.png old mode 100755 new mode 100644 index 0cd94de..7af4ef0 Binary files a/images/icons/logo.png and b/images/icons/logo.png differ diff --git a/index.html b/index.html index b05c316..d0ab284 100755 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
-