Skip to main content

Posts

Showing posts with the label tech points

5 CSS Tips and Tricks to Try in Your Next Project

  5 CSS Tips and Tricks to Try in Your Next Project Looking for inspiration on how to add a twist to your project design? Take a look at these 5 CSS techniques and have fun experimenting with some bold ideas! 1. Bring back the 90’s with the background-clip Have you ever wondered how to apply a gradient or a texture to the text in CSS? The good news is you can easily achieve that with the background-clip property! First, we need to apply the background color to our  <h1> , then use the value text for the  background-clip  property and set the text color to transparent. < h1 class = "wordart" > The background is clipped to this text </ h1 > h1 { background-color: #ff1493; background-image: linear-gradient(319deg, #ff1493 0%, #0000ff 37%, #ff8c00 100%); } .wordart { -webkit-background-clip: text; color: transparent; } And voilĂ , the 90’ style WordArt is ready! 2. Crazy shapes with clip-path If you like to experiment with your designs,

What is the most interesting technology right now?

What is the most interesting technology right now? What is the greatest upcoming technology? Imagine. You are on your bed on a chilly night and realize that the light is not turned off. You don’t want to step out of your blanket, but at the same time, there’s no one to turn off the light. What will you do? If someone teleport from the future would have been asked this question, the probable answer would have been - “I would think about turning off the light and enjoying sleeping in my cozy bed once the light is off”. Sounds a bit confusing and magical? Well, this is what Brain-Machine Interfaces (BMIs) are going to make possible in the coming years. What is Brain-Machine Interface? BMI is a direct communication pathway between an enhanced or wired brain and an external device. In other words, a tiny microchip that could, theoretically, be implanted behind a person's ear with tiny threads containing electrodes spreading out into the brain that would allow a person to con