Difference between revisions of "Team:Heidelberg/Sandbox16"

(Created page with "{{Heidelberg/header}} {{Heidelberg/navbar}} <html> <div id="accordion" class="panel-group"> <div class="panel panel-default"> <div class="panel-heading">...")
 
Line 2: Line 2:
 
{{Heidelberg/navbar}}
 
{{Heidelberg/navbar}}
 
<html>
 
<html>
<div id="accordion" class="panel-group">
+
<style>
 +
        .accordion .panel-default {
 +
            border-radius: 0px !important;
 +
            -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
 +
-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.16);
 +
 
 +
        }
 +
        .accordion .panel { 
 +
      background-color: white;
 +
      border: none;
 +
            border-left: 10px solid #F8991D;
 +
      border-radius: none !important;
 +
        }
 +
        .accordion .panel-heading {
 +
        background-color: transparent;
 +
        border: none;
 +
        border-radius: none !important;
 +
        }
 +
        .accordion .panel-title {
 +
        text-align: center;
 +
        }
 +
     
 +
    .accordion .panel-heading a {
 +
        color:  #F8991D !important;
 +
        font-size: 35px !important;
 +
    }
 +
        .accordion .panel-body {
 +
            border: 0px solid #F8991D !important;
 +
        }
 +
 
 +
        </style>
 +
 
 +
<div class="container">
 +
<div class="col-lg-12 col-md-12 col-xs-12">
 +
<div class="accordion panel-group">
 
     <div class="panel panel-default">
 
     <div class="panel panel-default">
 
         <div class="panel-heading">
 
         <div class="panel-heading">
Line 40: Line 74:
 
     </div>
 
     </div>
 
</div>
 
</div>
 +
</div>
 +
</div>
 +
 
</html>
 
</html>
 
{{Heidelberg/footer}}
 
{{Heidelberg/footer}}

Revision as of 08:43, 27 October 2017

HTML stands for HyperText Markup Language. HTML is the main markup language for describing the structure of Web pages. Learn more.

Bootstrap is a powerful front-end framework for faster and easier web development. It is a collection of CSS and HTML conventions. Learn more.

CSS stands for Cascading Style Sheet. CSS allows you to specify various style properties for a given HTML element such as colors, backgrounds, fonts etc. Learn more.