Changes

no edit summary
Line 34: Line 34:     
If you don’t have access to a design application, discuss options with your supervisor. Good design applications options include: Adobe Illustrator, Adobe Photoshop, Adobe XD, Sketch, Figma (free option available), Canva, etc.
 
If you don’t have access to a design application, discuss options with your supervisor. Good design applications options include: Adobe Illustrator, Adobe Photoshop, Adobe XD, Sketch, Figma (free option available), Canva, etc.
  −
  −
  −
  −
  −
}
  −
  −
.button {
  −
  width: 350px;
  −
  height: 30px;
  −
  font-family: 'Roboto', sans-serif;
  −
  font-size: 13px;
  −
  letter-spacing: 2.5px;
  −
  font-weight: 500;
  −
  color: #FFFFFF;
  −
  background-color: #E0FFFF;
  −
  border: none;
  −
  border-radius: 45px;
  −
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  −
  transition: all 0.3s ease 0s;
  −
  cursor: pointer;
  −
  outline: none;
  −
  padding-top: 15px;
  −
  padding-left: 15px;
  −
  margin-right: 100px;
  −
  text-transform: uppercase;
  −
  }
  −
  −
.button:hover {
  −
  background-color: #CDE0E5;
  −
  box-shadow: 0px 15px 20px rgba(4, 97, 123, 0.4);
  −
  color: #fff;
  −
  transform: translateY(-7px);
  −
}
  −
  −
<p class="button"><strong>[https://csps-efpc.webex.com/csps-efpc/j.php?MTID=m8bde37a46ceb427493e410cd7f3559b8 Click Here to Network with us]</strong></p>
  −
<br>