Переглянути джерело

añadiendo estilo al phpv3

Okynos 9 роки тому
батько
коміт
f44621c32b
1 змінених файлів з 14 додано та 12 видалено
  1. 14 12
      index.php

+ 14 - 12
index.php

@@ -2,21 +2,23 @@
 <html>
 
 <body background="http://static6.depositphotos.com/1024166/554/v/950/depositphotos_5540906-stock-illustration-seamless-background.jpg">
-  <h1>Practica 1 Cloud Computing</h1>
-  <form action="index.php?insert=true" method="POST">
-    <fieldset>
-      <legend>Formulario de datos</legend>
-      Nombre:<br>
-      <input type="text" name="name" placeholder="Nombre"><br>
-      E-mail:<br>
-      <input type="text" name="email" placeholder="example@example.com"><br><br>
-      <input type="submit" value="Enviar">
-    </fieldset>
-</form>
+  <div style="border:1px solid black;background:rgba(3,170,248,0.7); border-radius:15px; padding:1%">
+    <h1>Practica 1 Cloud Computing</h1>
+    <form action="index.php?insert=true" method="POST">
+      <fieldset>
+        <legend>Formulario de datos</legend>
+        Nombre:<br>
+        <input type="text" name="name" placeholder="Nombre"><br>
+        E-mail:<br>
+        <input type="text" name="email" placeholder="example@example.com"><br><br>
+        <input type="submit" value="Enviar">
+      </fieldset>
+  </form>
+</div>
 
 <div>
   <h2>Elementos en la Base de datos</h2>
-  <div class="elements" style="border:1px solid black;">
+  <div class="elements" style="border:1px solid black;background:rgba(3,170,248,0.7); border-radius:15px; padding:1%">
     <ul>
 
     <?php