OneCompiler

4.3 cards

126
 <!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title> 4.3 Bootstrap: Cards </title>
    <link href="style.css" rel="stylesheet" type="text/css" />
    
    <!-- Bootstrap -->
	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">

	<link href="style.css" rel="stylesheet">
  </head>
  <body>

    <!-- Part A: Create a Basic Card -->
    
    
    <!-- Part B: Create a List Card -->
    
    
 
    


  </body>

<!-- Do not remove following lines. They're used to test. -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script src="https://sites.webjam.org/grader/assignment4.3.js"></script>
</html>
 .card {
    width: 50%;
    margin: 1em auto;
}