|
22 | 22 | <div class="flex items-center"> |
23 | 23 | <span class="font-bold text-xl accent-text">A Linguagem da Web</span> |
24 | 24 | </div> |
25 | | - <div class="hidden md:block"> |
26 | | - <div class="ml-10 flex items-baseline space-x-4"> |
27 | | - <a href="#intro" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">HTTP</a> |
28 | | - <a href="#cycle" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">O Ciclo</a> |
29 | | - <a href="#security" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">Segurança</a> |
30 | | - <a href="#comparison" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">Comparativo</a> |
31 | | - <a href="#importance" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">Importância</a> |
32 | | - </div> |
33 | | - </div> |
| 25 | + <div class="flex items-center space-x-6"> |
| 26 | + <div class="hidden md:block"> |
| 27 | + <div class="ml-10 flex items-baseline space-x-4"> |
| 28 | + <a href="#intro" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">HTTP</a> |
| 29 | + <a href="#cycle" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">O Ciclo</a> |
| 30 | + <a href="#security" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">Segurança</a> |
| 31 | + <a href="#comparison" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">Comparativo</a> |
| 32 | + <a href="#importance" class="text-gray-500 hover:accent-text px-3 py-2 rounded-md text-sm font-medium">Importância</a> |
| 33 | + </div> |
34 | 34 | </div> |
35 | 35 | </nav> |
36 | 36 | </header> |
37 | 37 |
|
| 38 | + <div class="mt-8 mb-8 flex justify-start max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"> |
| 39 | + <a href="../index.html"> |
| 40 | + <button class="bg-teal-600 text-white font-semibold py-2 px-6 rounded-lg hover:bg-teal-700 transition-colors shadow"> |
| 41 | + ← Voltar para Tela Inicial |
| 42 | + </button> |
| 43 | + </a> |
| 44 | +</div> |
| 45 | + |
38 | 46 | <main class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-12"> |
39 | 47 |
|
40 | 48 | <section id="intro" class="text-center mb-20"> |
|
0 commit comments