diff --git a/main.css b/main.css new file mode 100644 index 0000000..18d7408 --- /dev/null +++ b/main.css @@ -0,0 +1,32 @@ +*{ + padding: 0%; + margin: 0%; + } + .bil{ + background-image: linear-gradient(rgb(92, 115, 179), #eef2fcb6, cornflowerblue); + text-align: center; + padding: 5px; + } + .detl{ + padding: 2px; + } + .detls{ + color: rgb(4, 56, 153); + background-color: #eef2fcb6; + } + .but{ + color: blue; + } + .thnk{ + text-align: center; + margin: 20px; + color: rgba(0, 68, 196, 0.788); + } + .h{ + margin-left: 400px; + } + input[type=text] { + box-sizing: border-box; + border: none; + border-bottom: 2px solid rgb(255, 255, 255); + }